1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="A free content replacement project for Quake 1"
8 url="http://openarena.ws/fsfps/oqplus.html"
10 makedepends=('svn' 'autoconf' 'automake' 'qpakman')
13 install=oqplus.install
15 md5sums=('49a6003838dad7a520e17df8a362f386')
17 _svntrunk=http://mancubus.net/svn/hosted/fsfps/oqplus
21 [ -d $_svnmod/.svn ] && {
26 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29 msg "SVN checkout done or server timeout"
32 cp -rf $_svnmod/ $_svnmod-build/
36 msg "Starting make..."
39 make DESTDIR="$pkgdir" install