updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / gdash / PKGBUILD
blob66d3917b8ea37cb31cc17f5ba7bc590a858865de
1 # Contributor: Sebastian Wolf <fatmike303 at googlemail dot com>
2 pkgname=gdash
3 pkgver=20100212
4 pkgrel=1
5 pkgdesc="A Boulder Dash clone, intended to be as close to the original, as it can be."
6 arch=("i686" "x86_64")
7 url=("http://jutas.eet.bme.hu/~cirix/gdash/")
8 license=('custom')
9 depends=("sdl" "gtk2" "sdl_image" "sdl_mixer")
10 source=("http://jutas.eet.bme.hu/~cirix/$pkgname/$pkgname-$pkgver.tar.gz")
11 md5sums=("a55a7470a42e254b3a553c16441d0acd")
13 build() {
14         cd "$srcdir/$pkgname-$pkgver"
15         ./configure --prefix=/usr --with-gtk --with-sdl --enable-sound || return 1
16         make || return 1
19 package() {
20         cd "$srcdir/$pkgname-$pkgver"
21         make DESTDIR="$pkgdir/" install