[arch-commits] Commit in perl-file-basedir/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 18 12:27:24 UTC 2012


    Date: Saturday, February 18, 2012 @ 07:27:23
  Author: allan
Revision: 150544

archrelease: copy trunk to extra-any

Added:
  perl-file-basedir/repos/extra-any/PKGBUILD
    (from rev 150543, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 12:26:42 UTC (rev 150543)
+++ PKGBUILD	2012-02-18 12:27:23 UTC (rev 150544)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.03
-pkgrel=4
-pkgdesc='Use the Freedesktop.org base directory specification'
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
-md5sums=('527596f1507894dfaacdda72ea6dbb31')
-
-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-file-basedir/repos/extra-any/PKGBUILD (from rev 150543, perl-file-basedir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-18 12:27:23 UTC (rev 150544)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.03
+pkgrel=5
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
+md5sums=('527596f1507894dfaacdda72ea6dbb31')
+
+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}
+}




More information about the arch-commits mailing list