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

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 30 04:49:06 UTC 2014


    Date: Monday, June 30, 2014 @ 06:49:06
  Author: fyan
Revision: 215628

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 04:48:31 UTC (rev 215627)
+++ PKGBUILD	2014-06-30 04:49:06 UTC (rev 215628)
@@ -1,37 +0,0 @@
-# $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
-}

Copied: perl-string-shellquote/repos/extra-any/PKGBUILD (from rev 215627, perl-string-shellquote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-30 04:49:06 UTC (rev 215628)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+
+pkgname=perl-string-shellquote
+_realname=String-ShellQuote
+pkgver=1.04
+pkgrel=3
+pkgdesc="Quote strings for passing through the shell"
+arch=('any')
+license=('GPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+replaces=('string-shellquote')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_realname-$pkgver.tar.gz")
+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