1 # $Id: PKGBUILD 7788 2008-08-04 09:46:47Z ronald $
2 # Maintainer: dale <dale@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
8 pkgdesc="A game where you can shoot in and watch, where the shot leaves the box"
9 depends=('sdl_image' 'sdl_mixer')
10 source=(http://user.cs.tu-berlin.de/~karlb/$pkgname/$pkgname-$pkgver.tar.gz)
12 arch=('i686' 'x86_64')
13 url="http://user.cs.tu-berlin.de/~karlb/news/"
14 md5sums=('f0cf19c54a3d2c34c221d67baf78add5')
17 cd $startdir/src/$pkgname-$pkgver
18 ./configure --prefix=/usr
20 make prefix=$startdir/pkg/usr install