1 # Contributor: Slash <demodevil5[at]yahoo[dot]com>
6 pkgdesc="Qstat is a command line utility that displays the status of internet game servers including Quake"
7 url="http://www.qstat.org/"
11 makedepends=('autoconf' 'svn')
12 replaces=('qstat-cvs')
13 conflicts=('qstat' 'qstat-cvs')
18 _svntrunk="https://qstat.svn.sourceforge.net/svnroot/qstat/trunk/qstat2"
24 if [ -d $_svnmod/.svn ]; then
25 (cd $_svnmod && svn up -r $pkgver)
27 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
30 msg "SVN checkout done or server timeout"
31 msg "Starting make..."
33 cp -r $_svnmod $_svnmod-build
37 ./configure --prefix=/usr --sysconfdir=/etc
43 cd $srcdir/$_svnmod-build
45 make DESTDIR=$pkgdir install
47 rm -rf $srcdir/$_svnmod-build