updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / ube / PKGBUILD
blobf641e73c54089ac449f967726475dad800b60dfd
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Diego Cano <elkano@blep.org>
7 pkgname=ube
8 pkgver=0.3.1
9 pkgrel=1
10 pkgdesc="A puzzle game, evolved from Boots-puzzle"
11 arch=('i686')
12 url="http://ph.on.things.free.fr/projects/ube/index.html"
13 license=('MIT')
14 depends=('gettext' 'sdl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'popt' 'boost')
15 makedepends=()
16 source=(http://ph.on.things.free.fr/projects/ube/releases/$pkgname-$pkgver.tar.gz)
17 md5sums=('2c61be0fc24ad0b220cf7da220333774')
19 build() {
20   cd "$srcdir/$pkgname-$pkgver"
22   ./configure --prefix=/usr
23   make || return 1
24   make DESTDIR="$pkgdir/" install