summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-31 10:24:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-31 10:24:16 +0000
commit838e8041beac65b4d2014351939c63b73d859508 (patch)
tree1e7eb32d7b99fb1a5959c4f48c51d6e501a95685 /testing
parent85b8a51203bf5a8d204c198788508a93ad38854a (diff)
downloadaports-838e8041beac65b4d2014351939c63b73d859508.tar.bz2
aports-838e8041beac65b4d2014351939c63b73d859508.tar.xz
main/perl-test-harness: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-test-harness/APKBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/testing/perl-test-harness/APKBUILD b/testing/perl-test-harness/APKBUILD
deleted file mode 100644
index ddf853804..000000000
--- a/testing/perl-test-harness/APKBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-test-harness
-_pkgreal=Test-Harness
-pkgver=3.30
-pkgrel=0
-pkgdesc="Run Perl standard test scripts with statistics"
-url="http://search.cpan.org/dist/Test-Harness/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends=" "
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_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" pure_install || return 1
- #conflicts with perl main package
- mv "$pkgdir"/usr/bin/prove "$pkgdir"/usr/bin/prove-$_pkgreal || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-md5sums="c1ff25da5dfdf77adea13dc3465638dd Test-Harness-3.30.tar.gz"
-sha256sums="ff1900f3b3e61321d3c4b3283298f3106d43d55446605e9cfcf1dcec036acec1 Test-Harness-3.30.tar.gz"
-sha512sums="4f8a755c8cd95adb193cf4c528eb25f206cdd2b1f14a905752ec1b5cb3fc15823f07a4de85018f3ff32bc741d451b61ea3678781778f0b9ee852b25524b67473 Test-Harness-3.30.tar.gz"