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

Allan McRae allan at archlinux.org
Sat Apr 24 05:29:58 UTC 2021


    Date: Saturday, April 24, 2021 @ 05:29:58
  Author: allan
Revision: 413813

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-24 05:29:41 UTC (rev 413812)
+++ PKGBUILD	2021-04-24 05:29:58 UTC (rev 413813)
@@ -1,44 +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.88
-pkgrel=2
-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://cpan.metacpan.org/authors/id/C/CH/CHRISN/${_cpanname}-${pkgver}.tar.gz)
-sha512sums=('37fc32ec003337f3dc18bf928139079a3127628c6fa0fccaed0c27b6bf3b216c2c5338ed1aaf9408b0add3be549df3218d3c5a6d6299793c1329d8a0813a1682')
-b2sums=('1a58296693cf41c464ac67a7f630598ccbf261ed0374a5381e3f718361b66418d13b5357bf7a49267a9e3bcd8d423fdedccd6b60d34aa60c975a5e3d1b0688e7')
-
-build() {
-  cd ${_cpanname}-${pkgver}
-  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 -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # strip rpath
-  find "${pkgdir}" -name '*.so' -exec chrpath -d '{}' \;
-}
-
-# vim: ts=2 sw=2 et:

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 413812, perl-net-ssleay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-24 05:29:58 UTC (rev 413813)
@@ -0,0 +1,44 @@
+# 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.90
+pkgrel=1
+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://cpan.metacpan.org/authors/id/C/CH/CHRISN/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('8a5f251b5ef1d8c2d619d984594a7a22ddeed2e5e726fe683a45f299d7878f4ca8ffab00480ebf5ef7a94ae1fcf6be05dfdaa68b8bfe2ad68443150765adb891')
+b2sums=('2510fa886db8b7c5f185aa1145ae1b50b7c4101a9bd80e17c8c1d77718765f288c9180464d831775c35aa94b5a6f6c8f717ecaeb4974f7280829b63f10567f22')
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  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 -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # strip rpath
+  find "${pkgdir}" -name '*.so' -exec chrpath -d '{}' \;
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list