# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Francesco Colista pkgname=perl-cpanel-json-xs _pkgreal=Cpanel-JSON-XS pkgver=4.02 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="perl-json perl-test-leaktrace" 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" check() { cd "$builddir" make test } 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 } package() { cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="5b2c2969423ab0ec5ad454c7b2e8c55f6df8e353313507ee4e73dc5cd2c02d14cd47e87f51ecb493f978397738ff55d75683e6f3622aa87311c8b4466ae5a970 Cpanel-JSON-XS-4.02.tar.gz"