[arch-commits] Commit in perl-net-ssleay/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 09:20:20 UTC 2019


    Date: Saturday, June 1, 2019 @ 09:20:19
  Author: foutrelis
Revision: 354634

archrelease: copy trunk to staging-x86_64

Added:
  perl-net-ssleay/repos/staging-x86_64/PKGBUILD
    (from rev 354633, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 09:20:05 UTC (rev 354633)
+++ PKGBUILD	2019-06-01 09:20:19 UTC (rev 354634)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.85
-pkgrel=3
-pkgdesc='Perl extension for using OpenSSL'
-url='https://search.cpan.org/dist/Net-SSLeay/'
-arch=('x86_64')
-license=('custom:BSD')
-depends=('openssl')
-makedepends=('chrpath')
-replaces=('net-ssleay')
-provides=('net-ssleay')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz)
-sha512sums=('74e0f2f56b707f1ff845c78c1fa7ce26a71b8f943bb99e994d4e065d1f42259fe4cd1a6a17d333459727534158f9541f116dbc8515122380807d9450b0faa26b')
-
-prepare() {
-  cd ${_cpanname}-${pkgver}
-  sed -i \
-      -e "/\$opts->{optimize} = '-O2 -g';/d" \
-      inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${_cpanname}-${pkgver}
-  export OPTIMIZE="${CFLAGS}"
-  export OPENSSL_PREFIX=/usr
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${_cpanname}-${pkgver}
-
-  make install DESTDIR="${pkgdir}"
-  install -Dm 644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # strip rpath
-  find "${pkgdir}" -name '*.so' -exec chrpath -d '{}' \;
-}
-
-# vim: ts=2 sw=2 et:

Copied: perl-net-ssleay/repos/staging-x86_64/PKGBUILD (from rev 354633, perl-net-ssleay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 09:20:19 UTC (rev 354634)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.85
+pkgrel=4
+pkgdesc='Perl extension for using OpenSSL'
+url='https://search.cpan.org/dist/Net-SSLeay/'
+arch=('x86_64')
+license=('custom:BSD')
+depends=('openssl')
+makedepends=('chrpath')
+replaces=('net-ssleay')
+provides=('net-ssleay')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('74e0f2f56b707f1ff845c78c1fa7ce26a71b8f943bb99e994d4e065d1f42259fe4cd1a6a17d333459727534158f9541f116dbc8515122380807d9450b0faa26b')
+
+prepare() {
+  cd ${_cpanname}-${pkgver}
+  sed -i \
+      -e "/\$opts->{optimize} = '-O2 -g';/d" \
+      inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  export OPTIMIZE="${CFLAGS}"
+  export OPENSSL_PREFIX=/usr
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+  install -Dm 644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # strip rpath
+  find "${pkgdir}" -name '*.so' -exec chrpath -d '{}' \;
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list