summaryrefslogtreecommitdiff
path: root/community/perl-linux-pid/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/perl-linux-pid/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/perl-linux-pid/PKGBUILD')
-rw-r--r--community/perl-linux-pid/PKGBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/community/perl-linux-pid/PKGBUILD b/community/perl-linux-pid/PKGBUILD
deleted file mode 100644
index 586aaf72e..000000000
--- a/community/perl-linux-pid/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 91685 2013-05-26 09:25:43Z bluewind $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
-# Contributor: Angel Velasquez <angvp@archlinux.org>
-# Generator : CPANPLUS::Dist::Arch 1.12
-
-pkgname='perl-linux-pid'
-pkgver='0.04'
-pkgrel='3'
-pkgdesc="Interface to Linux getpp?id functions"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Linux-Pid'
-source=(http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz)
-md5sums=('130c4d299f827abf1f2285fddf03fccb')
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor" \
- PERL_MB_OPT="--installdirs vendor" \
- MODULEBUILDRC=/dev/null
-
- cd Linux-Pid-$pkgver
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- cd Linux-Pid-$pkgver
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- make test
- )
-}
-
-package() {
- cd Linux-Pid-$pkgver
- make DESTDIR="$pkgdir" install
-}
-