aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-crypt-openssl-dsa/APKBUILD
blob: c8a7a5bfd4def14ed0a27080b2b958e6ffa5292a (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
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-crypt-openssl-dsa
_pkgreal=Crypt-OpenSSL-DSA
pkgver=0.15
pkgrel=1
pkgdesc="unknown"
url="http://search.cpan.org/dist/Crypt-OpenSSL-DSA/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev openssl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/K/KM/KMX/$_pkgreal-$pkgver.tar.gz"

_builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	make && make test
}

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

md5sums="553cda4c9c34298f96ee562ed64acbd7  Crypt-OpenSSL-DSA-0.15.tar.gz"
sha256sums="fe75c0436155e2ed5948c3ee2b4f844cf4c5ae54a07d1a931d09640d175eff34  Crypt-OpenSSL-DSA-0.15.tar.gz"
sha512sums="bbc9d3eb487fca1c97a5b843e6d109da0559582ef9063daf9272ff748a5443421a8c81532e522280eaf9434cf79cd9856b6051fcf0ae8ad39ead2dc0f66842dc  Crypt-OpenSSL-DSA-0.15.tar.gz"