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

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 13:21:25 UTC 2012


    Date: Saturday, February 25, 2012 @ 08:21:24
  Author: pierre
Revision: 151304

archrelease: copy trunk to extra-any

Added:
  perl-string-shellquote/repos/extra-any/PKGBUILD
    (from rev 151303, perl-string-shellquote/trunk/PKGBUILD)
Deleted:
  perl-string-shellquote/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 13:21:06 UTC (rev 151303)
+++ PKGBUILD	2012-02-25 13:21:24 UTC (rev 151304)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at archlinux.org>
-
-pkgname=perl-string-shellquote
-_realname=String-ShellQuote
-pkgver=1.04
-pkgrel=1
-pkgdesc="Quote strings for passing through the shell"
-arch=(any)
-license=('GPL')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-replaces=string-shellquote
-source=(http://www.cpan.org/modules/by-module/URI/ROSCH/${_realname}-${pkgver}.tar.gz)
-options=(!emptydirs)
-md5sums=('da6329dc482b21adf5697cfbd2ac5412')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-string-shellquote/repos/extra-any/PKGBUILD (from rev 151303, perl-string-shellquote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-25 13:21:24 UTC (rev 151304)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: kevin <kevin at archlinux.org>
+
+pkgname=perl-string-shellquote
+_realname=String-ShellQuote
+pkgver=1.04
+pkgrel=2
+pkgdesc="Quote strings for passing through the shell"
+arch=('any')
+license=('GPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+replaces=('string-shellquote')
+source=("http://www.cpan.org/modules/by-module/URI/ROSCH/${_realname}-${pkgver}.tar.gz")
+options=('!emptydirs')
+md5sums=('da6329dc482b21adf5697cfbd2ac5412')
+
+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}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}




More information about the arch-commits mailing list