diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 15:24:16 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 15:24:16 +0000 |
commit | 40617ce57c3a2579637225ed094db21e8d13f70b (patch) | |
tree | 526802fc8813152d6ecea7b1f00c8f43b531b445 /community/perl-data-dump/APKBUILD | |
parent | 7fea3245778f8d67f1229cd9a223350c49fcf3ff (diff) | |
download | aports-40617ce57c3a2579637225ed094db21e8d13f70b.tar.bz2 aports-40617ce57c3a2579637225ed094db21e8d13f70b.tar.xz |
community/perl-data-dump: moved from testing
Diffstat (limited to 'community/perl-data-dump/APKBUILD')
-rw-r--r-- | community/perl-data-dump/APKBUILD | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/community/perl-data-dump/APKBUILD b/community/perl-data-dump/APKBUILD new file mode 100644 index 0000000000..60a2d679a4 --- /dev/null +++ b/community/perl-data-dump/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> +pkgname=perl-data-dump +_pkgreal=Data-Dump +pkgver=1.23 +pkgrel=0 +pkgdesc="Pretty printing of data structures" +url="http://search.cpan.org/dist/Data-Dump/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_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="762c111e525c82ff23d62c90821b26e9 Data-Dump-1.23.tar.gz" +sha256sums="af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65 Data-Dump-1.23.tar.gz" +sha512sums="6fd6c23bb6df7f7396219149dbfd23132fc2ea1dd344c32f62fc27a1afeeb28d7ebf2d429184bb6d1189f412e218f9e62a966b49fdd9ad5564e5152d67a02b96 Data-Dump-1.23.tar.gz" |