From 153c89da6709d7330a271be726104bbbdfcc9858 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 2 Jun 2011 14:09:33 +0000 Subject: main/perl-*: moved to main most of the have test scripts --- main/perl-test-manifest/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 main/perl-test-manifest/APKBUILD (limited to 'main/perl-test-manifest') diff --git a/main/perl-test-manifest/APKBUILD b/main/perl-test-manifest/APKBUILD new file mode 100644 index 0000000000..28c5b353c7 --- /dev/null +++ b/main/perl-test-manifest/APKBUILD @@ -0,0 +1,39 @@ +# Contributor: Natanael Copa +# Maintainer: Natanael Copa +pkgname=perl-test-manifest +pkgver=1.23 +pkgrel=0 +pkgdesc="Test::Manifest perl module" +url="http://search.cpan.org/dist/Test-Manifest/" +arch="noarch" +license="GPLv2 or Artistic" +depends="perl" +makedepends="perl-dev" +install="" +subpackages= +source="http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz" + +_builddir="$srcdir"/Test-Manifest-$pkgver +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +build() { + cd "$_builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + make && make test || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="81c8744987b67d35af05a74a3c7f1742 Test-Manifest-1.23.tar.gz" -- cgit v1.2.3