aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-crypt-ssleay/APKBUILD
blob: 94727af5fb64353d3a2414f407e0982b3ceda3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer:
pkgname=perl-crypt-ssleay
_realname=Crypt-SSLeay
pkgver=0.72
pkgrel=4
pkgdesc="OpenSSL Support for LWP"
url="http://search.cpan.org/dist/Crypt-SSLeay/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
depends="$cpandepends perl-path-class perl-try-tiny"
makedepends="zlib-dev libressl-dev perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$_realname-$pkgver.tar.gz
	libressl.patch"

builddir="$srcdir/$_realname-$pkgver"

prepare() {
	cd "$builddir"
	default_prepare
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$builddir"
	make && make test
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="77d955c9056dbb12413d95d8852a9cdf  Crypt-SSLeay-0.72.tar.gz
d6d9498d3e2239e31e390902859ac712  libressl.patch"
sha256sums="f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8  Crypt-SSLeay-0.72.tar.gz
54f5c501958c5547328b61836f4c9ab0f5fc129c2bf6e7c42cf61e029d508248  libressl.patch"
sha512sums="af7a2878df94e116e9aad9a0f028f2e4f89074aaf31672915162f86e55211632d65c1cb00f3ebd25644d77adf8eecdd244dba6a004d93ab90289ab34fe4caaf4  Crypt-SSLeay-0.72.tar.gz
2e64924c2213368c1043afa01b622c8040d59cdf469be444885fb8e1f5c61c6755b427290cf7bba6e33f30f378a1910c56a3ae4306e4bd0f32f3e16335ada453  libressl.patch"