aports/main/perl-crypt-ssleay/APKBUILD
2024-06-10 02:47:52 +00:00

42 lines
1.5 KiB
Text

# Automatically generated by apkbuild-cpan, template 3
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer:
pkgname=perl-crypt-ssleay
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Crypt-SSLeay
pkgver=0.72
pkgrel=22
pkgdesc="OpenSSL support for LWP"
url="https://metacpan.org/release/Crypt-SSLeay/"
arch="all"
license="Artistic-2.0"
depends="perl perl-lwp-protocol-https"
makedepends="perl-dev zlib-dev openssl-dev>3 perl-path-class perl-try-tiny"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz
Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
libressl.patch
"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
make
}
check() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="
af7a2878df94e116e9aad9a0f028f2e4f89074aaf31672915162f86e55211632d65c1cb00f3ebd25644d77adf8eecdd244dba6a004d93ab90289ab34fe4caaf4 Crypt-SSLeay-0.72.tar.gz
c8362c5d6afcdf08f70e7aefde8c1b0bcb798093dad66d3c54324b8ce1e758be021cbc36c2fe5d91782dc8cd2d75ac65ac12271280da4743638e4d1df88be3f8 Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
2e64924c2213368c1043afa01b622c8040d59cdf469be444885fb8e1f5c61c6755b427290cf7bba6e33f30f378a1910c56a3ae4306e4bd0f32f3e16335ada453 libressl.patch
"