# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Francesco Colista pkgname=perl-cpanel-json-xs _pkgreal=Cpanel-JSON-XS pkgver=3.0224 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="755ad1121f68cb47206bc4c6ac72b4fe Cpanel-JSON-XS-3.0224.tar.gz" sha256sums="7646e62aebbb0dfc96e6f7bf9de441d8760944d50bd48151580940ad0ec0307a Cpanel-JSON-XS-3.0224.tar.gz" sha512sums="03bf118aba9d03b7baea5a0a8f9b50a8c165f4130b824397bdb0bdb08afec159e00fced7a26c86199ede17f27d131ba81a11754a63409e0ced07b02b67e80eb8 Cpanel-JSON-XS-3.0224.tar.gz"