[arch-commits] Commit in perl-appconfig/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Feb 4 03:35:26 UTC 2015
Date: Wednesday, February 4, 2015 @ 04:35:25
Author: fyan
Revision: 230415
archrelease: copy trunk to extra-any
Added:
perl-appconfig/repos/extra-any/PKGBUILD
(from rev 230414, perl-appconfig/trunk/PKGBUILD)
Deleted:
perl-appconfig/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-04 03:34:59 UTC (rev 230414)
+++ PKGBUILD 2015-02-04 03:35:25 UTC (rev 230415)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=perl-appconfig
-_realname=AppConfig
-pkgver=1.67
-pkgrel=1
-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')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz)
-md5sums=('3c84263a88c66779df3f0948a8c6786b')
-
-build() {
- cd "${srcdir}/${_realname}-${pkgver}"
- # install module in vendor directories.
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd "${srcdir}/${_realname}-${pkgver}"
- make test
-}
-
-package() {
- cd "${srcdir}/${_realname}-${pkgver}"
- make install DESTDIR="${pkgdir}"
-}
Copied: perl-appconfig/repos/extra-any/PKGBUILD (from rev 230414, perl-appconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-04 03:35:25 UTC (rev 230415)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-appconfig
+_realname=AppConfig
+pkgver=1.68
+pkgrel=1
+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')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz)
+md5sums=('1f9d1e1ec510d8156f08f66abdb6dd66')
+
+build() {
+ cd "${srcdir}/${_realname}-${pkgver}"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "${srcdir}/${_realname}-${pkgver}"
+ make test
+}
+
+package() {
+ cd "${srcdir}/${_realname}-${pkgver}"
+ make install DESTDIR="${pkgdir}"
+}
More information about the arch-commits
mailing list