[arch-commits] Commit in perl-crypt-ssleay/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 11:00:14 UTC 2019
Date: Saturday, May 25, 2019 @ 11:00:12
Author: foutrelis
Revision: 354230
archrelease: copy trunk to staging-x86_64
Added:
perl-crypt-ssleay/repos/staging-x86_64/
perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD
(from rev 354229, perl-crypt-ssleay/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD (from rev 354229, perl-crypt-ssleay/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 11:00:12 UTC (rev 354230)
@@ -0,0 +1,37 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-crypt-ssleay
+pkgver=0.73_04
+pkgrel=10
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Crypt-SSLeay"
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
+options=('!emptydirs')
+source=(https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
+
+build() {
+ cd "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+ PERL_USE_UNSAFE_INC=1 \
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+# make test
+}
+
+package() {
+ cd "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+ make install DESTDIR="${pkgdir}"
+
+ find ${pkgdir} -name '.packlist' -delete
+ find ${pkgdir} -name '*.pod' -delete
+}
More information about the arch-commits
mailing list