testing/perl-crypt-openssl-dsa: upgrade to 0.15

This commit is contained in:
Natanael Copa 2015-07-16 13:06:01 +00:00
parent 45db1cdcdb
commit c812f05908

View File

@ -3,7 +3,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-crypt-openssl-dsa
_pkgreal=Crypt-OpenSSL-DSA
pkgver=0.14
pkgver=0.15
pkgrel=0
pkgdesc="unknown"
url="http://search.cpan.org/dist/Crypt-OpenSSL-DSA/"
@ -11,20 +11,22 @@ arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=" "
depends="$cpandepends openssl-dev"
makedepends="perl-dev $cpanmakedepends"
depends="$cpandepends"
makedepends="perl-dev openssl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/$_pkgreal-$pkgver.tar.gz"
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
}
@ -34,6 +36,6 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="61d06e8fe9c12e96743989ff13c7ea73 Crypt-OpenSSL-DSA-0.14.tar.gz"
sha256sums="2d75e0c130eab43b8da5c85c27ea2b499bcf48f0a89b12fbb925cc74dc14a16f Crypt-OpenSSL-DSA-0.14.tar.gz"
sha512sums="55bc9111a16e1c61572c6dc2da7e1ce6cf6de6736bf662d937268e514f2c7a1f9ee77228dac89cf3b6963c28727258756edf46f188c7b66f39f57140b04acbc6 Crypt-OpenSSL-DSA-0.14.tar.gz"
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"