[arch-commits] Commit in perl-net-ip/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Fri Jan 25 05:14:40 UTC 2013


    Date: Friday, January 25, 2013 @ 06:14:40
  Author: eric
Revision: 175935

archrelease: copy trunk to extra-any

Added:
  perl-net-ip/repos/extra-any/PKGBUILD
    (from rev 175934, perl-net-ip/trunk/PKGBUILD)
Deleted:
  perl-net-ip/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-25 05:14:20 UTC (rev 175934)
+++ PKGBUILD	2013-01-25 05:14:40 UTC (rev 175935)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=perl-net-ip
-_realname=Net-IP
-pkgver=1.25
-pkgrel=5
-pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
-md5sums=('a49c0b02a9b793ff60191cdafc0c202e')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-    INSTALLVENDORSCRIPT=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-net-ip/repos/extra-any/PKGBUILD (from rev 175934, perl-net-ip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-25 05:14:40 UTC (rev 175935)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=perl-net-ip
+_realname=Net-IP
+pkgver=1.26
+pkgrel=1
+pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
+md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 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