[arch-commits] Commit in perl-linux-pid/repos/community-i686 (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Mar 21 21:00:53 UTC 2013
Date: Thursday, March 21, 2013 @ 22:00:53
Author: eric
Revision: 86746
archrelease: copy trunk to community-i686
Added:
perl-linux-pid/repos/community-i686/PKGBUILD
(from rev 86745, perl-linux-pid/trunk/PKGBUILD)
Deleted:
perl-linux-pid/repos/community-i686/PKGBUILD
----------+
PKGBUILD | 86 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 42 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-21 21:00:15 UTC (rev 86745)
+++ PKGBUILD 2013-03-21 21:00:53 UTC (rev 86746)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Generator : CPANPLUS::Dist::Arch 1.12
-
-pkgname='perl-linux-pid'
-pkgver='0.04'
-pkgrel='2'
-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-0.04.tar.gz')
-md5sums=('130c4d299f827abf1f2285fddf03fccb')
-_distdir="${srcdir}/Linux-Pid-0.04"
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- MODULEBUILDRC=/dev/null
-
- cd "$_distdir"
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- cd "$_distdir"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- make test
- )
-}
-
-package() {
- cd "$_distdir"
- make install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
Copied: perl-linux-pid/repos/community-i686/PKGBUILD (from rev 86745, perl-linux-pid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-03-21 21:00:53 UTC (rev 86746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Generator : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver='0.04'
+pkgrel='2'
+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
+}
+
More information about the arch-commits
mailing list