diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 14:48:09 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 14:48:09 +0000 |
commit | 67b70103d6fc74186ce861cc554508065dfa0051 (patch) | |
tree | 2b55d353ce6981dc3c4b004d53d5f0c082dd7db2 /testing/perl-sys-mmap/APKBUILD | |
parent | c1dcf0a2f96b6605c529ef8f4e334ab661ed976e (diff) | |
parent | cc4a8c13fff3d8637aa0eb0dd2df000036601f42 (diff) | |
download | aports-67b70103d6fc74186ce861cc554508065dfa0051.tar.bz2 aports-67b70103d6fc74186ce861cc554508065dfa0051.tar.xz |
Merge git://git.alpinelinux.org/aports
Conflicts:
testing/openxcap/APKBUILD
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" |