[arch-commits] CVS update of extra/network/gurlchecker (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 18:04:21 UTC 2007


    Date: Sunday, April 22, 2007 @ 14:04:21
  Author: jgc
    Path: /home/cvs-extra/extra/network/gurlchecker

Modified: PKGBUILD (1.14 -> 1.15)

upgpkg: gurlchecker 0.10.0-3
Move to /usr


----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)


Index: extra/network/gurlchecker/PKGBUILD
diff -u extra/network/gurlchecker/PKGBUILD:1.14 extra/network/gurlchecker/PKGBUILD:1.15
--- extra/network/gurlchecker/PKGBUILD:1.14	Sat Jul  8 10:19:57 2006
+++ extra/network/gurlchecker/PKGBUILD	Sun Apr 22 14:04:21 2007
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD,v 1.14 2006/07/08 14:19:57 andyrtr Exp $
+# $Id: PKGBUILD,v 1.15 2007/04/22 18:04:21 jgc Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=gurlchecker
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool which can check all the links of a website/webproject"
 arch=(i686 x86_64)
-depends=('libgnomeui' 'gnet' 'gnutls>=1.2.0' 'libcroco' 'tidyhtml')
-makedepends=('intltool')
+license=('GPL')
+depends=('libgnomeui>=2.18.1-2' 'gnet' 'gnutls>=1.6.1' 'libcroco' 'tidyhtml')
+makedepends=('perlxml' 'pkgconfig')
 url="http://gurlchecker.labs.libre-entreprise.org/"
-source=(http://labs.libre-entreprise.org/frs/download.php/450/$pkgname-$pkgver.tar.gz)
+source=(http://labs.libre-entreprise.org/frs/download.php/450/${pkgname}-${pkgver}.tar.gz)
 md5sums=('cb5fd08fb4afe14e588fde0bc2744428')
 
 build() {
-  [ -f /etc/profile.d/gnome.sh ] && . /etc/profile.d/gnome.sh
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/opt/gnome --disable-clamav --with-tidy=/usr
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-clamav \
+	      --with-tidy=/usr
  # we tweak a bit, cuz otherwise the man-page install fails due to missing
  # sgml->man convert tools; so we skip the man page; sorry ...
   sed -i 's|m4 src stylesheets po doc ui man|m4 src stylesheets po doc ui|' Makefile
- # gtk2 bug/feature
-  sed -i "s|^Icon.*$|Icon=/opt/gnome/share/pixmaps/$pkgname.png|" \
-    $pkgname.desktop.in
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list