updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / qstat / PKGBUILD
blobaee3fb1d374a14bcb906dacc6cc44bc26602a770
1 # Contributor: Tom Newsom <Jeepster@gmx.co.uk> with contributions from Andreas Schweitzer <sig11@gmx.net>
2 # Contributor: dorphell <dorphell@archlinux.org>
4 pkgname=qstat
5 pkgver=2.11
6 pkgrel=2
7 pkgdesc="Qstat is a command line utility that displays the status of internet game servers including Quake"
8 arch=(i686 x86_64)
9 url="http://www.qstat.org/"
10 license=('custom:Artistic')
11 depends=('glibc')
12 backup=('etc/qstat.cfg')
13 source=(http://downloads.sourceforge.net/sourceforge/qstat/$pkgname-$pkgver.tar.gz)
14 md5sums=('26c09831660ef9049fe74b786b80d091')
16 build() {
17   cd $srcdir/$pkgname-$pkgver
18   ./configure --prefix=/usr --sysconfdir=/etc || return 1
19   make || return 1
20   make DESTDIR=$pkgdir install || return 1
21   install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt