diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /extra/libggz | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'extra/libggz')
-rw-r--r-- | extra/libggz/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/libggz/PKGBUILD b/extra/libggz/PKGBUILD deleted file mode 100644 index 5817994a2..000000000 --- a/extra/libggz/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 149563 2012-02-08 14:13:45Z tpowa $ -# Maintainer: Jan de Groot <jgc@archlinux.org> -# Contributor: Tom Newsom <Jeepster@gmx.co.uk> - -pkgname=libggz -pkgver=0.0.14.1 -pkgrel=3 -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=('libgcrypt') -options=('!libtool') -source=("http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('603739504648833779aa13b0327a1c3d') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} |