diff options
Diffstat (limited to 'testing/perl-sys-mmap/APKBUILD')
-rw-r--r-- | testing/perl-sys-mmap/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/perl-sys-mmap/APKBUILD b/testing/perl-sys-mmap/APKBUILD index e0906944ac..841f71035d 100644 --- a/testing/perl-sys-mmap/APKBUILD +++ b/testing/perl-sys-mmap/APKBUILD @@ -15,18 +15,15 @@ subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$_realname-$pkgver.tar.gz" _builddir="$srcdir/$_realname-$pkgver" - build() { cd $_builddir PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 } - package() { cd $_builddir make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } - md5sums="f3a1115b7632ca015532e8ca7134918b Sys-Mmap-0.14.tar.gz" |