summaryrefslogtreecommitdiffstats
path: root/abs/extra/perl-sys-mmap/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-27 23:56:19 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-27 23:56:19 (GMT)
commit58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50 (patch)
treeedce4d3a9db2f3fc2adb8be1ff6a200621b9756c /abs/extra/perl-sys-mmap/PKGBUILD
parent4eb2b2889892c33ef808b00dfa49a6ea3d53fdbe (diff)
downloadlinhes_pkgbuild-58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50.zip
linhes_pkgbuild-58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50.tar.gz
linhes_pkgbuild-58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50.tar.bz2
perl-class-inspector: update to 1.32
Diffstat (limited to 'abs/extra/perl-sys-mmap/PKGBUILD')
-rw-r--r--abs/extra/perl-sys-mmap/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/extra/perl-sys-mmap/PKGBUILD b/abs/extra/perl-sys-mmap/PKGBUILD
deleted file mode 100644
index a5e73f7..0000000
--- a/abs/extra/perl-sys-mmap/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: Ross melin <rdmelin@gmail.com>
-
-# Required by zoneminder =>1.24.0
-
-pkgname=perl-sys-mmap
-pkgver=0.13
-pkgrel=1
-pkgdesc="uses mmap to map in a file as a Perl variable"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/~SWALTERS/Sys-Mmap"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SW/SWALTERS/Sys-Mmap-$pkgver.tar.gz)
-md5sums=('e65a007157e3e26807db52299497109d')
-
-build() {
- cd $startdir/src/Sys-Mmap-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
- make install DESTDIR=$startdir/pkg || return 1
- find $startdir/pkg -name '.packlist' -delete
- find $startdir/pkg -name '*.pod' -delete
-}
-
-# vim:set ts=2 sw=2 et: \ No newline at end of file