# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Francesco Colista pkgname=perl-cpanel-json-xs _pkgreal=Cpanel-JSON-XS pkgver=3.0225 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="6be52ff9c55adcb531a464291aad4bd3 Cpanel-JSON-XS-3.0225.tar.gz" sha256sums="38def09ec7990e299bcfd804d49e626c33ef42ddf90f5e2cf2bf162c9355a02c Cpanel-JSON-XS-3.0225.tar.gz" sha512sums="5e43c6116cc0b59c6bfabcc7a701c19ca1a29749aa9df299fa3cd6a55b3672353e995dc896f9f716880bfaa078a0ba1617c5c3d8f70ecdf02c8d4aa297caf0c6 Cpanel-JSON-XS-3.0225.tar.gz"