[arch-commits] Commit in perl-net-ip/repos/extra-any (PKGBUILD PKGBUILD)
Allan McRae
allan at archlinux.org
Fri Feb 17 07:42:38 UTC 2012
Date: Friday, February 17, 2012 @ 02:42:37
Author: allan
Revision: 150357
archrelease: copy trunk to extra-any
Added:
perl-net-ip/repos/extra-any/PKGBUILD
(from rev 150356, perl-net-ip/trunk/PKGBUILD)
Deleted:
perl-net-ip/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-17 07:41:16 UTC (rev 150356)
+++ PKGBUILD 2012-02-17 07:42:37 UTC (rev 150357)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=perl-net-ip
-_realname=Net-IP
-pkgver=1.25
-pkgrel=4
-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 || return 1
- make || return 1
-}
-
-package() {
- cd ${srcdir}/${_realname}-${pkgver}
- make install DESTDIR=${pkgdir} || return 1
-}
Copied: perl-net-ip/repos/extra-any/PKGBUILD (from rev 150356, perl-net-ip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-17 07:42:37 UTC (rev 150357)
@@ -0,0 +1,28 @@
+# $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}
+}
More information about the arch-commits
mailing list