[arch-commits] Commit in perl-net-ip/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon Apr 19 11:25:51 UTC 2010


    Date: Monday, April 19, 2010 @ 07:25:50
  Author: allan
Revision: 78120

upgpkg: perl-net-ip 1.25-4
convert to arch=any

Modified:
  perl-net-ip/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-19 11:23:02 UTC (rev 78119)
+++ PKGBUILD	2010-04-19 11:25:50 UTC (rev 78120)
@@ -4,9 +4,9 @@
 pkgname=perl-net-ip
 _realname=Net-IP
 pkgver=1.25
-pkgrel=3
+pkgrel=4
 pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
-arch=(i686 x86_64)
+arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/"
 depends=('perl>=5.10.0')
@@ -15,14 +15,14 @@
 md5sums=('a49c0b02a9b793ff60191cdafc0c202e')
 
 build() {
-  cd ${startdir}/src/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
+    INSTALLVENDORSCRIPT=/usr/bin || return 1
   make  || return 1
-  make install DESTDIR=${startdir}/pkg || return 1
+}
 
-  # remove perllocal.pod and .packlist
-  find ${startdir}/pkg -name perllocal.pod -delete
-  find ${startdir}/pkg -name .packlist -delete
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir} || return 1
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list