diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:18:52 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:19:54 +0000 |
commit | d002bc9531842775cb9faa0ab85a35cce76e7c37 (patch) | |
tree | 2ca52bb5680194355b626f3fe1deca78ec6be073 /testing/perl-json-maybexs | |
parent | ecff738d59fb42aa357715922d9d17a71c29d504 (diff) | |
download | aports-d002bc9531842775cb9faa0ab85a35cce76e7c37.tar.bz2 aports-d002bc9531842775cb9faa0ab85a35cce76e7c37.tar.xz |
testing/perl-json-maybexs: new aport
Diffstat (limited to 'testing/perl-json-maybexs')
-rw-r--r-- | testing/perl-json-maybexs/APKBUILD | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/perl-json-maybexs/APKBUILD b/testing/perl-json-maybexs/APKBUILD new file mode 100644 index 0000000000..8cba726846 --- /dev/null +++ b/testing/perl-json-maybexs/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: +# Maintainer: +pkgname=perl-json-maybexs +_pkgreal=JSON-MaybeXS +pkgver=1.003005 +pkgrel=0 +pkgdesc="Use L<Cpanel::JSON::XS> with a fallback to L<JSON::XS> and L<JSON::PP>" +url="http://search.cpan.org/dist/JSON-MaybeXS/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="perl-cpanel-json-xs" +cpanmakedepends=" perl-test-without-module " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_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="653c088177982f8ac4e6b1697c2c94f4 JSON-MaybeXS-1.003005.tar.gz" +sha256sums="bdb4694b564f10459d49b9658693ceb8b91b66db0fc5e9f19cf15f3ce46cc80a JSON-MaybeXS-1.003005.tar.gz" +sha512sums="101b5b693eabeaf4e8417d021b3d311b9c8669a0121b97af7781cfbdb3ba24b8aef80d15a3cf4d78b40e47230e9f1c4450c73741675ec6d5ea018c6b06ea49d7 JSON-MaybeXS-1.003005.tar.gz" |