[arch-commits] CVS update of extra/lib/libggz (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Mar 14 21:58:02 UTC 2008


    Date: Friday, March 14, 2008 @ 17:58:02
  Author: jgc
    Path: /home/cvs-extra/extra/lib/libggz

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: libggz 0.0.14.1-1


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


Index: extra/lib/libggz/PKGBUILD
diff -u extra/lib/libggz/PKGBUILD:1.13 extra/lib/libggz/PKGBUILD:1.14
--- extra/lib/libggz/PKGBUILD:1.13	Mon Jul  9 23:58:37 2007
+++ extra/lib/libggz/PKGBUILD	Fri Mar 14 17:58:02 2008
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD,v 1.13 2007/07/10 03:58:37 eric Exp $
-# Maintainer: arjan <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.14 2008/03/14 21:58:02 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libggz
-pkgver=0.0.14
+pkgver=0.0.14.1
 pkgrel=1
-pkgdesc="This is the GGZ base library libggz, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components"
+pkgdesc="GGZ base 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=('glibc' 'libgcrypt')
+depends=('libgcrypt')
 options=('!libtool')
-source=(http://ftp.ggzgamingzone.org/pub/ggz/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('dfd0039042e1bc6c899faaa63d56dad1')
+source=(http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('603739504648833779aa13b0327a1c3d')
 
 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 || return 1
+  make || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list