[arch-commits] Commit in perl-crypt-ssleay/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 10:44:36 UTC 2021
Date: Monday, May 24, 2021 @ 10:44:36
Author: felixonmars
Revision: 416198
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 416196, perl-crypt-ssleay/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD (from rev 416196, perl-crypt-ssleay/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-05-24 10:44:36 UTC (rev 416198)
@@ -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=15
+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' 'perl-bytes-random-secure')
+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