[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Sun Dec 8 23:45:23 UTC 2013
Date: Monday, December 9, 2013 @ 00:45:21
Author: eric
Revision: 201321
archrelease: copy trunk to extra-any
Added:
perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 201320, perl-archive-zip/trunk/PKGBUILD)
Deleted:
perl-archive-zip/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-08 23:44:58 UTC (rev 201320)
+++ PKGBUILD 2013-12-08 23:45:21 UTC (rev 201321)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=perl-archive-zip
-pkgver=1.33
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/"
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('b732d154306efc85260c9b47cb567d10')
-
-build() {
- cd Archive-Zip-${pkgver}
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Archive-Zip-${pkgver}
- make test
-}
-
-
-package() {
- cd Archive-Zip-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 201320, perl-archive-zip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-12-08 23:45:21 UTC (rev 201321)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-archive-zip
+pkgver=1.34
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/"
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('d117644d735f732b399ddbe88d931300')
+
+build() {
+ cd Archive-Zip-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Archive-Zip-${pkgver}
+ make test
+}
+
+
+package() {
+ cd Archive-Zip-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list