[arch-commits] Commit in perl-test-pod/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Jul 7 02:00:49 UTC 2015


    Date: Tuesday, July 7, 2015 @ 04:00:49
  Author: fyan
Revision: 241851

archrelease: copy trunk to extra-any

Added:
  perl-test-pod/repos/extra-any/PKGBUILD
    (from rev 241850, perl-test-pod/trunk/PKGBUILD)
Deleted:
  perl-test-pod/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-07 02:00:28 UTC (rev 241850)
+++ PKGBUILD	2015-07-07 02:00:49 UTC (rev 241851)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Kevin <kevin at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org> 
-
-pkgname=perl-test-pod
-pkgver=1.50
-pkgrel=1
-pkgdesc="Check for POD errors in files"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Pod/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-module-build>0.4205')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${pkgver}.tar.gz)
-md5sums=('6d94843add61471fa0b1ed49296000ef')
-
-build() {
-  cd Test-Pod-${pkgver}
-  perl Build.PL installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd Test-Pod-${pkgver}
-  ./Build test
-}
-
-package() {
-  cd Test-Pod-${pkgver}
-  ./Build install destdir="${pkgdir}"
-}

Copied: perl-test-pod/repos/extra-any/PKGBUILD (from rev 241850, perl-test-pod/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-07 02:00:49 UTC (rev 241851)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin <kevin at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=perl-test-pod
+pkgver=1.51
+pkgrel=1
+pkgdesc="Check for POD errors in files"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Pod/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${pkgver}.tar.gz)
+md5sums=('f806aa84de2f0c0fba48b3a5a8a4aecf')
+
+build() {
+  cd Test-Pod-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Pod-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-Pod-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list