From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/perl-linux-pid/PKGBUILD | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 community/perl-linux-pid/PKGBUILD (limited to 'community/perl-linux-pid/PKGBUILD') diff --git a/community/perl-linux-pid/PKGBUILD b/community/perl-linux-pid/PKGBUILD new file mode 100644 index 000000000..586aaf72e --- /dev/null +++ b/community/perl-linux-pid/PKGBUILD @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 91685 2013-05-26 09:25:43Z bluewind $ +# Maintainer: Angel Velasquez +# Contributor: Angel Velasquez +# 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 +} + -- cgit v1.2.3-54-g00ecf