updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / black-box / PKGBUILD
blobb4894a9e524b74fe382c2ffba8754cb2796e7c2e
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>
5 pkgname=black-box
6 pkgver=1.4.8
7 pkgrel=1
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)
11 license=('GPL2')
12 arch=('i686' 'x86_64')
13 url="http://user.cs.tu-berlin.de/~karlb/news/"
14 md5sums=('f0cf19c54a3d2c34c221d67baf78add5')
16 build() {
17         cd $startdir/src/$pkgname-$pkgver
18         ./configure --prefix=/usr
19         make || return 1
20         make prefix=$startdir/pkg/usr install