[arch-commits] Commit in perl-common-sense/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Aug 6 00:44:28 UTC 2013


    Date: Tuesday, August 6, 2013 @ 02:44:27
  Author: eric
Revision: 192107

archrelease: copy trunk to extra-any

Added:
  perl-common-sense/repos/extra-any/PKGBUILD
    (from rev 192106, perl-common-sense/trunk/PKGBUILD)
Deleted:
  perl-common-sense/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++-------------------------------------
 1 file changed, 30 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-06 00:44:10 UTC (rev 192106)
+++ PKGBUILD	2013-08-06 00:44:27 UTC (rev 192107)
@@ -1,44 +0,0 @@
-# Packager: Justin Davis (juster) <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-common-sense
-pkgver=3.6
-pkgrel=1
-pkgdesc='save a tree AND a kitten, use common::sense!'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=http://search.cpan.org/dist/common-sense
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz")
-md5sums=('9332e9fe85b0bce8c287a0429d164809')
-_dir="$srcdir/common-sense-$pkgver"
-
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$_dir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-common-sense/repos/extra-any/PKGBUILD (from rev 192106, perl-common-sense/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-06 00:44:27 UTC (rev 192107)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-common-sense
+pkgver=3.72
+pkgrel=1
+pkgdesc="Implements some sane defaults for Perl programs"
+arch=('any')
+url="http://search.cpan.org/dist/common-sense"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz")
+md5sums=('9558981f345e6874c1b03d148a45953e')
+
+build() {
+  cd common-sense-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd common-sense-$pkgver
+  make test
+}
+
+package() {
+  cd common-sense-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list