[arch-commits] CVS update of extra/gnome/gnome-vfs-perl (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Sep 2 16:03:53 UTC 2007


    Date: Sunday, September 2, 2007 @ 12:03:53
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-vfs-perl

Modified: PKGBUILD (1.4 -> 1.5)

Update to new standards


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: extra/gnome/gnome-vfs-perl/PKGBUILD
diff -u extra/gnome/gnome-vfs-perl/PKGBUILD:1.4 extra/gnome/gnome-vfs-perl/PKGBUILD:1.5
--- extra/gnome/gnome-vfs-perl/PKGBUILD:1.4	Sun Dec 31 11:59:53 2006
+++ extra/gnome/gnome-vfs-perl/PKGBUILD	Sun Sep  2 12:03:53 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.4 2006/12/31 16:59:53 jgc Exp $
+# $Id: PKGBUILD,v 1.5 2007/09/02 16:03:53 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gnome-vfs-perl
 pkgver=1.061
@@ -8,8 +8,8 @@
 url="http://gtk2-perl.sourceforge.net/"
 makedepends=('perl' 'perl-extutils-pkgconfig' 'perl-extutils-depends')
 depends=('gtk2-perl>=1.141' 'gnome-vfs>=2.16')
-options=('noemptydirs')
-source=(http://heanet.dl.sourceforge.net/sourceforge/gtk2-perl/Gnome2-VFS-$pkgver.tar.gz)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-VFS-$pkgver.tar.gz)
 md5sums=('2a9b4f0f380873265bd87754e5f17719')
 
 build() {
@@ -22,6 +22,6 @@
 
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  find ${startdir}/pkg -name '.packlist' -exec rm {} \;
-  find ${startdir}/pkg -name 'perllocal.pod' -exec rm -f {} \;
+  find ${startdir}/pkg -name '.packlist' -delete
+  find ${startdir}/pkg -name 'perllocal.pod' -delete
 }




More information about the arch-commits mailing list