updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / quetoo / PKGBUILD
blob8a74d045a6a222d85319b2abcffa8f1b049fdd5c
1 # Contributor: rabyte <rabyte__gmail>
3 pkgname=quetoo
4 pkgver=0.6.1
5 pkgrel=4
6 pkgdesc="A Quake 2-compatible game engine optimized for simplicity, security, stability and speed"
7 arch=('i686')
8 url="http://jdolan.dyndns.org/trac/wiki/Quetoo"
9 license=('GPL2')
10 depends=('sdl' 'zlib')
11 makedepends=('autoconf' 'automake')
12 options=(!libtool)
13 install=$pkgname.install
14 source=(http://tastyspleen.net/~jdolan/$pkgname-$pkgver.tar.bz2)
15 md5sums=('8b0e885dc9abf0c2af53d396d5e221bf')
17 build() {
18   cd $srcdir/$pkgname-$pkgver
20   ./configure --prefix=/usr --with-games="baseq2  ctf  qmass  vanctf" --disable-warn
21   make || return 1
22   make DESTDIR=$pkgdir install || return 1
24   mkdir -p $pkgdir/usr/share/quake2