diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 09:27:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:37 +0000 |
commit | eb02d58f4ed86a12e16b9a88a0d6c48479827974 (patch) | |
tree | 6e56ced749dd1badae2e767f26845c174928c2e5 /community/perl-extutils-depends | |
parent | 67c017abf53d5831390e1c9bc130de89b1f562d3 (diff) | |
download | aports-eb02d58f4ed86a12e16b9a88a0d6c48479827974.tar.bz2 aports-eb02d58f4ed86a12e16b9a88a0d6c48479827974.tar.xz |
community/perl-extutils-depends: moved from testing
Diffstat (limited to 'community/perl-extutils-depends')
-rw-r--r-- | community/perl-extutils-depends/APKBUILD | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/community/perl-extutils-depends/APKBUILD b/community/perl-extutils-depends/APKBUILD new file mode 100644 index 0000000000..67f3ad61a2 --- /dev/null +++ b/community/perl-extutils-depends/APKBUILD @@ -0,0 +1,39 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> +pkgname=perl-extutils-depends +_pkgreal=ExtUtils-Depends +pkgver=0.304 +pkgrel=0 +pkgdesc="unknown" +url="http://search.cpan.org/dist/ExtUtils-Depends/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$_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="da66d6cb19e2c76d7f3266846832026c ExtUtils-Depends-0.304.tar.gz" |