[arch-commits] CVS update of extra/lib/ggz-client-libs (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Mar 14 22:03:07 UTC 2008


    Date: Friday, March 14, 2008 @ 18:03:07
  Author: jgc
    Path: /home/cvs-extra/extra/lib/ggz-client-libs

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: ggz-client-libs 0.0.14.1-1
    Fix sysconfdir


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


Index: extra/lib/ggz-client-libs/PKGBUILD
diff -u extra/lib/ggz-client-libs/PKGBUILD:1.1 extra/lib/ggz-client-libs/PKGBUILD:1.2
--- extra/lib/ggz-client-libs/PKGBUILD:1.1	Fri Dec  7 06:56:49 2007
+++ extra/lib/ggz-client-libs/PKGBUILD	Fri Mar 14 18:03:07 2008
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.1 2007/12/07 11:56:49 tpowa Exp $
+# $Id: PKGBUILD,v 1.2 2008/03/14 22:03:07 jgc Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ggz-client-libs
-pkgver=0.0.14
+pkgver=0.0.14.1
 pkgrel=1
-pkgdesc="This is the GGZ client library, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components"
+pkgdesc="GGZ client library, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components"
 arch=(i686 x86_64)
 url="http://www.ggzgamingzone.org/"
 license=('LGPL')
-depends=('libggz' 'expat')
+depends=('libggz>=0.0.14.1' 'expat>=2.0.1')
 options=('!libtool')
-source=(http://ftp.ggzgamingzone.org/pub/ggz/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('299eaa93721b1d867b5bf7dc6ac764b0')
 
 build() {
-	cd $startdir/src/$pkgname-$pkgver
-	./configure --prefix=/usr
-	make || return 1
-	make prefix=$startdir/pkg/usr install
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
+  make || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
 }
-md5sums=('efe325665fc745efe34d59dd9dea4284')




More information about the arch-commits mailing list