summaryrefslogtreecommitdiffstats
path: root/main/perl-test-pod
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-30 13:37:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-30 13:37:55 +0000
commit5d68b6f29de7b0d51b2b7e5c816129f6d94b1942 (patch)
tree0a7f350aa87a0ca0b251da27f66d4933fef4ed62 /main/perl-test-pod
parentc31781de880bb08a16795ccfc4011c02eaf2539e (diff)
downloadaports-5d68b6f29de7b0d51b2b7e5c816129f6d94b1942.tar.bz2
aports-5d68b6f29de7b0d51b2b7e5c816129f6d94b1942.tar.xz
main/perl-[various]: set noarch
Diffstat (limited to 'main/perl-test-pod')
-rw-r--r--main/perl-test-pod/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/perl-test-pod/APKBUILD b/main/perl-test-pod/APKBUILD
index 93f75b239..a279ef156 100644
--- a/main/perl-test-pod/APKBUILD
+++ b/main/perl-test-pod/APKBUILD
@@ -3,10 +3,10 @@
pkgname=perl-test-pod
_realname=Test-Pod
pkgver=1.44
-pkgrel=0
+pkgrel=1
pkgdesc="Check for POD errors in files"
url="http://search.cpan.org/~petdance/Test-Pod-1.26/"
-arch="x86 x86_64"
+arch="noarch"
license="Unknown"
depends="perl"
makedepends="perl-dev"
@@ -16,9 +16,12 @@ source="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$_realname-$pkgver.
build() {
cd "$srcdir/$_realname-$pkgver"
-
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
find "$pkgdir" -name perllocal.pod -delete