aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-cgi-expand/APKBUILD
blob: fa0500ff2ef3bdb8961bf95fdc1b7a81ef75bb4f (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
41
42
43
44
45
46
47
48
# Automatically generated by apkbuild-cpan, template 2
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-cgi-expand
_pkgreal=CGI-Expand
pkgver=2.05
pkgrel=0
pkgdesc="convert flat hash to nested data using TT2's dot convention"
url="http://search.cpan.org/dist/CGI-Expand/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-test-exception"
cpanmakedepends=""
cpancheckdepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/B/BO/BOWMANBS/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	default_prepare || return 1

	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
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

check() {
	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make test
}

sha512sums="77905578fc9f7e9b030ab80d26fd85940f1fe550121d75432052e0e197183befa6ac229d380bbea19bca706ee498469f48a152d7cea2f746723e9470fe092ea3  CGI-Expand-2.05.tar.gz"