# Automatically generated by apkbuild-cpan, template 2 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-crypt-saltedhash _pkgreal=Crypt-SaltedHash pkgver=0.09 pkgrel=0 pkgdesc="Perl interface to functions that assist in working with salted hashes" url="http://search.cpan.org/dist/Crypt-SaltedHash/" arch="noarch" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="perl-test-fatal" cpancheckdepends="perl-test-fatal" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" checkdepends="$cpancheckdepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/G/GS/GSHANK/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { default_prepare || return 1 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 } package() { cd "$builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } check() { cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make test } sha512sums="8bb4fd840a387e1062b7c1d0106f59a4f3dab7de05cdf3a93566e8e8370a73695fae3531e7184c7542302c82f932015a8112b3a47cde2a332025a2b243133ac7 Crypt-SaltedHash-0.09.tar.gz"