1 # Contributor: rabyte <rabyte__gmail>
6 pkgdesc="A Quake 2-compatible game engine optimized for simplicity, security, stability and speed"
8 url="http://jdolan.dyndns.org/trac/wiki/Quetoo"
10 depends=('sdl' 'zlib')
11 makedepends=('autoconf' 'automake')
13 install=$pkgname.install
14 source=(http://tastyspleen.net/~jdolan/$pkgname-$pkgver.tar.bz2)
15 md5sums=('8b0e885dc9abf0c2af53d396d5e221bf')
18 cd $srcdir/$pkgname-$pkgver
20 ./configure --prefix=/usr --with-games="baseq2 ctf qmass vanctf" --disable-warn
22 make DESTDIR=$pkgdir install || return 1
24 mkdir -p $pkgdir/usr/share/quake2