aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-cpanel-json-xs/APKBUILD
blob: b135df347cbd49eb17bef5c5682ae46dffe3602f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Automatically generated by apkbuild-cpan, template 1
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-cpanel-json-xs
_pkgreal=Cpanel-JSON-XS
pkgver=3.0220
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="80b6b12bf7c9eb31c3e3ad8e7c5c9d16  Cpanel-JSON-XS-3.0220.tar.gz"
sha256sums="98c70b1870084ddf706fd460981e12cdaebf819f45c66a21b82010954022aa8f  Cpanel-JSON-XS-3.0220.tar.gz"
sha512sums="caa1c37db799c25d58cc338a7a79af5679352af920972be3153a0adc83b41d01f6de0625498cc72edcee803af245581e683c79e6c0f07732fe8a4ea34196d3c7  Cpanel-JSON-XS-3.0220.tar.gz"