updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / splumber / PKGBUILD
blobd6acab8fec14d2330e4abed73ee71e127b7e4faa
1 #Contributor:Tutku Dalmaz <tutkudalmaz> 
2 pkgname=splumber 
3 pkgver=1.1.0_rc23
4 pkgrel=1 
5 pkgdesc="first-person 3d game, not much different to Doom and Quake. Reach the extraction pumps before the water level increases swamping everything." 
6 arch=('i686' 'x86_64')
7 url="http://www.triptico.com/splumber/" 
8 license=('GPL') 
9 depends=('esd' 'libxext') 
10 source=("http://triptico.com/download/splumber-1.1.0-rc3.tar.gz") 
11 md5sums=('fd5d4b026055c9075b932b96e1033d71')
13 build() { 
14           cd $srcdir/$pkgname-1.1.0-rc3
15             ./config.sh --prefix=/usr 
16               make  
17                 install -d $pkgdir/usr/{bin,share} 
18                   make DESTDIR=$pkgdir install 
19           }