[arch-commits] Commit in xqf/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Sep 12 07:48:00 UTC 2009


    Date: Saturday, September 12, 2009 @ 03:47:59
  Author: allan
Revision: 51829

upgpkg: xqf 1.0.5-3
    rebuild to add arch in package name and remove filelist

Modified:
  xqf/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-12 07:39:46 UTC (rev 51828)
+++ PKGBUILD	2009-09-12 07:47:59 UTC (rev 51829)
@@ -4,18 +4,19 @@
 
 pkgname=xqf
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="XQF is a Quake/Quake World/Quake2/Quake3 server browser and launcher for X11"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.linuxgames.com/xqf/"
+license=('GPL')
 depends=('gtk2' 'qstat' 'geoip')
-license=('GPL')
-url="http://www.linuxgames.com/xqf/"
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+makedepends=('perlxml')
+source=(http://downloads.sourceforge.net/project/xqf/xqf/xqf-$pkgver/xqf-$pkgver.tar.gz)
 md5sums=('a88cecba6abb6349107ab135f1009946')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-gtk2 --enable-geoip
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list