# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Francesco Colista pkgname=perl-cpanel-json-xs _pkgreal=Cpanel-JSON-XS pkgver=3.0219 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" 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="91ce668c8bf3b6ddc526b4e61f710b2b Cpanel-JSON-XS-3.0219.tar.gz" sha256sums="40b1c1aba8c385077ca1a657c43a65b42f9e8cfd69fbc58ee3c67c0afc453b37 Cpanel-JSON-XS-3.0219.tar.gz" sha512sums="05b03ea979b4f862c979dfc24bcf30e41bdd68867a312fd94541745366b10ba7f0823656188961009d9335278c44e55ad54de2b194b9bec7d9adf56786712847 Cpanel-JSON-XS-3.0219.tar.gz"