[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Fri Jul 12 05:41:19 UTC 2013


    Date: Friday, July 12, 2013 @ 07:41:19
  Author: eric
Revision: 93963

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
    (from rev 93962, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++-------------------------------------
 1 file changed, 30 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-12 05:41:02 UTC (rev 93962)
+++ PKGBUILD	2013-07-12 05:41:19 UTC (rev 93963)
@@ -1,45 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-local-lib
-pkgver=1.008009
-pkgrel=1
-pkgdesc="create and use a local lib/ for perl modules with PERL5LIB"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1')
-url="https://metacpan.org/release/local-lib"
-source=("http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-${pkgver}.tar.gz")
-md5sums=('96e6216d582488b1a598aa1300e05e05')
-
-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 local-lib-${pkgver}
-    /usr/bin/perl Makefile.PL
-    make
-)
-
-check()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd local-lib-${pkgver}
-    make test
-)
-
-package() {
-    cd local-lib-${pkgver}
-    make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 93962, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-12 05:41:19 UTC (rev 93963)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-local-lib
+pkgver=1.008010
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="https://metacpan.org/release/local-lib"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-${pkgver}.tar.gz")
+md5sums=('c5573c46eac26e589c5542c03925ae87')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list