[arch-commits] CVS update of extra/lib/libggz (PKGBUILD)
Eric Belanger
eric at archlinux.org
Tue Jul 10 03:58:37 UTC 2007
Date: Monday, July 9, 2007 @ 23:58:37
Author: eric
Path: /home/cvs-extra/extra/lib/libggz
Modified: PKGBUILD (1.12 -> 1.13)
upgpkg: libggz 0.0.14-1
added license, libtool slay
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Index: extra/lib/libggz/PKGBUILD
diff -u extra/lib/libggz/PKGBUILD:1.12 extra/lib/libggz/PKGBUILD:1.13
--- extra/lib/libggz/PKGBUILD:1.12 Fri Jul 7 15:20:50 2006
+++ extra/lib/libggz/PKGBUILD Mon Jul 9 23:58:37 2007
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD,v 1.12 2006/07/07 19:20:50 andyrtr Exp $
+# $Id: PKGBUILD,v 1.13 2007/07/10 03:58:37 eric Exp $
# Maintainer: arjan <arjan at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=libggz
-pkgver=0.0.13
+pkgver=0.0.14
pkgrel=1
pkgdesc="This is the GGZ base library libggz, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components"
arch=(i686 x86_64)
-source=(http://ftp.ggzgamingzone.org/pub/ggz/0.0.13/$pkgname-$pkgver.tar.gz)
-depends=('glibc')
url="http://www.ggzgamingzone.org/"
-md5sums=('911ca2b19273f5b7516e5b737bbc884c')
+license=('LGPL')
+depends=('glibc' 'libgcrypt')
+options=('!libtool')
+source=(http://ftp.ggzgamingzone.org/pub/ggz/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('dfd0039042e1bc6c899faaa63d56dad1')
build() {
cd $startdir/src/$pkgname-$pkgver
More information about the arch-commits
mailing list