# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Francesco Colista pkgname=perl-cpanel-json-xs _pkgreal=Cpanel-JSON-XS pkgver=3.0223 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="86f1161519437ec37253951bacb73fa7 Cpanel-JSON-XS-3.0223.tar.gz" sha256sums="bd7a63d71b3a06c0bc8794fb4fff7153ff28c9aa447f62bbb277b655905cdaf7 Cpanel-JSON-XS-3.0223.tar.gz" sha512sums="1959689c9ed594cbd2c3085c1bfd7becdf34043e22167b2734ec7707220dc3193e3e92341351a6a67a7c346dd81852972205de4f654fe8c64d986641e5430157 Cpanel-JSON-XS-3.0223.tar.gz"