[arch-commits] Commit in perl-archive-zip/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 17:33:26 UTC 2017


    Date: Saturday, August 26, 2017 @ 17:33:25
  Author: foutrelis
Revision: 304035

archrelease: copy trunk to staging-any

Added:
  perl-archive-zip/repos/staging-any/
  perl-archive-zip/repos/staging-any/PKGBUILD
    (from rev 304034, perl-archive-zip/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: perl-archive-zip/repos/staging-any/PKGBUILD (from rev 304034, perl-archive-zip/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-08-26 17:33:25 UTC (rev 304035)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-archive-zip
+pkgver=1.59
+pkgrel=4
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/"
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('b649a593391573f9382cef8c08d1d5ba')
+
+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