# Automatically generated by apkbuild-cpan, template 1 # Contributor: Natanael Copa # Maintainer: Adélie Perl Team pkgname=perl-extutils-helpers _pkgreal=ExtUtils-Helpers pkgver=0.026 pkgrel=0 pkgdesc="Various portability utilities for Perl module builders" url="https://metacpan.org/release/ExtUtils-Helpers" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" cpandepends="" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_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 } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="372d801f43003c571758823a84bfe418876f1b48e3d8c35f888ca41469f6771a33aa30cf893a4c4a68ea62c6e8c8c6ab2ef44ee783dbf9f25e18bc0389359399 ExtUtils-Helpers-0.026.tar.gz"