diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:18:51 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:19:53 +0000 |
commit | 8f2711c65d7584ec23c2f5313a691a4243cfc3ce (patch) | |
tree | b80f72ed5b7008cf9219371401bee5082c0cdcc2 /testing/perl-cpanel-json-xs/APKBUILD | |
parent | f12696f81e123cab00291cd8b87584f35fdb6d05 (diff) | |
download | aports-8f2711c65d7584ec23c2f5313a691a4243cfc3ce.tar.bz2 aports-8f2711c65d7584ec23c2f5313a691a4243cfc3ce.tar.xz |
testing/perl-cpanel-json-xs: new aport
Diffstat (limited to 'testing/perl-cpanel-json-xs/APKBUILD')
-rw-r--r-- | testing/perl-cpanel-json-xs/APKBUILD | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/perl-cpanel-json-xs/APKBUILD b/testing/perl-cpanel-json-xs/APKBUILD new file mode 100644 index 0000000000..52b1f27526 --- /dev/null +++ b/testing/perl-cpanel-json-xs/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: +# Maintainer: +pkgname=perl-cpanel-json-xs +_pkgreal=Cpanel-JSON-XS +pkgver=3.0115 +pkgrel=0 +pkgdesc="JSON::XS for Cpanel, fast and correct serialising, also for 5.6.2" +url="http://search.cpan.org/dist/Cpanel-JSON-XS/" +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/RU/RURBAN/$_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="59d4d48bd7a97aa47bcdf018378ecce4 Cpanel-JSON-XS-3.0115.tar.gz" +sha256sums="eaa2c1eafde2e329adc2617d7e2a7a0c9f5a768951f8ec2ec1b84cbd796a823b Cpanel-JSON-XS-3.0115.tar.gz" +sha512sums="a52694aa4cfe1ea864d341e79f68049c1fc01d679e40e0f0029da13fdd16ab1660dc0ce0ae00937775ec6af87ab3a130edaca14611b355cebc734bbae58ab0be Cpanel-JSON-XS-3.0115.tar.gz" |