1 # Contributor: Tom Newsom <Jeepster@gmx.co.uk> with contributions from Andreas Schweitzer <sig11@gmx.net>
2 # Contributor: dorphell <dorphell@archlinux.org>
7 pkgdesc="Qstat is a command line utility that displays the status of internet game servers including Quake"
9 url="http://www.qstat.org/"
10 license=('custom:Artistic')
12 backup=('etc/qstat.cfg')
13 source=(http://downloads.sourceforge.net/sourceforge/qstat/$pkgname-$pkgver.tar.gz)
14 md5sums=('26c09831660ef9049fe74b786b80d091')
17 cd $srcdir/$pkgname-$pkgver
18 ./configure --prefix=/usr --sysconfdir=/etc || return 1
20 make DESTDIR=$pkgdir install || return 1
21 install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt