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

Allan McRae allan at archlinux.org
Fri Feb 17 07:56:35 UTC 2012


    Date: Friday, February 17, 2012 @ 02:56:35
  Author: allan
Revision: 150364

archrelease: copy trunk to extra-any

Added:
  perl-appconfig/repos/extra-any/PKGBUILD
    (from rev 150363, perl-appconfig/trunk/PKGBUILD)
Deleted:
  perl-appconfig/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++++------------------------
 1 file changed, 28 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 07:55:54 UTC (rev 150363)
+++ PKGBUILD	2012-02-17 07:56:35 UTC (rev 150364)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: eric <eric at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=perl-appconfig
-_realname=AppConfig
-pkgver=1.66
-pkgrel=3
-pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
-md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor || return 1
-  make  || return 1
-  make install DESTDIR=${pkgdir} || return 1
-}

Copied: perl-appconfig/repos/extra-any/PKGBUILD (from rev 150363, perl-appconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-17 07:56:35 UTC (rev 150364)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: eric <eric at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-appconfig
+_realname=AppConfig
+pkgver=1.66
+pkgrel=4
+pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
+md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}




More information about the arch-commits mailing list