aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-test2-suite
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-09-13 13:52:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-09-13 13:54:08 +0000
commit973c3a5d1724a7486322e936b003e484715a97f4 (patch)
tree2a8257fbcfa22f2cc050ad2034db3a7d24433d43 /community/perl-test2-suite
parent48c5f2621254da1e52a852138e64838b7e218656 (diff)
downloadaports-973c3a5d1724a7486322e936b003e484715a97f4.tar.bz2
aports-973c3a5d1724a7486322e936b003e484715a97f4.tar.xz
community/perl-test2-suite: moved from testing
Diffstat (limited to 'community/perl-test2-suite')
-rw-r--r--community/perl-test2-suite/APKBUILD41
1 files changed, 41 insertions, 0 deletions
diff --git a/community/perl-test2-suite/APKBUILD b/community/perl-test2-suite/APKBUILD
new file mode 100644
index 0000000000..12da23101c
--- /dev/null
+++ b/community/perl-test2-suite/APKBUILD
@@ -0,0 +1,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.000058
+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="e8afb4130ab0a175c1e1f5529db87bfc Test2-Suite-0.000058.tar.gz"
+sha256sums="cd74724bb88fcc8fab5b31a1329e69aa4ea3cd4652a1e657a5f45ca71ef44cd1 Test2-Suite-0.000058.tar.gz"
+sha512sums="30355d603a142c10b63db3d04c906dc6ecf91803757b5f01c820d1487d33a3dfd31bc3f56289670a3425f53d02de52bc71a1ca036680800e3b4387aab0c5651d Test2-Suite-0.000058.tar.gz"