# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org # Description: A fast, stable, and secure Quake II engine # URL: http://jaydolan.com/quetoo.html # Depends on: quake2,libsdl,x11 name=quetoo version=0.5.1 release=1 source=(http://jdolan.dyndns.org/jaydolan/files/$name-$version.tar.bz2 quetoo) build(){ cd $name-$version ./configure --prefix=/usr make && make DESTDIR=$PKG install install -d $PKG/etc/rc.d install ../quetoo $PKG/etc/rc.d }