blob: e25b087d9c9893405511109ba3601d3bd28e305c (
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
|
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-test2-suite
_pkgreal=Test2-Suite
pkgver=0.000060
pkgrel=0
pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
url="http://search.cpan.org/dist/Test2-Suite/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-test-simple perl-importer"
cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_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="6cb3de0e465300f771c8e0d2b77754d5 Test2-Suite-0.000060.tar.gz"
sha256sums="535cdfe9ce5ea59c97a57aba8b6b2a7890bac79e1af53190add7a9a5b6d336f4 Test2-Suite-0.000060.tar.gz"
sha512sums="4bf5ae6848a8fd8e5e0357161d245ce5dbb81e8ad1df10656780f8904d34c0430b282427018304e9d1c8406dc6a57d928d7a30414c2022a0cf491990c476dd7a Test2-Suite-0.000060.tar.gz"
|