aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-crypt-openssl-dsa/APKBUILD
blob: 9084ed6cea3a8dfeafea7813d94281ec8c7b51fa (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.17
pkgrel=0
pkgdesc="unknown"
url="http://search.cpan.org/dist/Crypt-OpenSSL-DSA/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev libressl-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="36670ab60cede9908d6e1d8f051365e7  Crypt-OpenSSL-DSA-0.17.tar.gz"
sha256sums="0cde79ebca56a6ad36f18d994063bf9f7898216a5833af543f04522bb0b4d73e  Crypt-OpenSSL-DSA-0.17.tar.gz"
sha512sums="9d4c634ccad1cef7012e2defca3793f8f516a321fdd848acde458c0b352f932c8e4bc61b4e0e977453dbe6cab87284c3ea42c33bc33f7a17a5bddd12f2eaaf5a  Crypt-OpenSSL-DSA-0.17.tar.gz"