# Automatically generated by apkbuild-cpan, template 1 # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=perl-sub-identify _pkgreal=Sub-Identify pkgver=0.09 pkgrel=0 pkgdesc="Retrieve names of code references" url="http://search.cpan.org/dist/Sub-Identify/" arch="all" license="GPL PerlArtistic" cpandepends="" cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/$_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="b1f776024f53560c3e14a69cdb055665 Sub-Identify-0.09.tar.gz" sha256sums="9ea678aa844b0f21bef40ad70e5262a2fddddab15fe78b570900c35c0325a46b Sub-Identify-0.09.tar.gz" sha512sums="3eb2419ce4dc68294d0c9445b65d7fda4ee26bd2bf79f2e34ebcf1ae7dcf54394a2218f7b4c849dc86c0cc7b02695338c29c75a048503a1787abe67bd60dd6f4 Sub-Identify-0.09.tar.gz"