1 # Contributor: Sebastian Wolf <fatmike303 at googlemail dot com>
5 pkgdesc="A Boulder Dash clone, intended to be as close to the original, as it can be."
7 url=("http://jutas.eet.bme.hu/~cirix/gdash/")
9 depends=("sdl" "gtk2" "sdl_image" "sdl_mixer")
10 source=("http://jutas.eet.bme.hu/~cirix/$pkgname/$pkgname-$pkgver.tar.gz")
11 md5sums=("a55a7470a42e254b3a553c16441d0acd")
14 cd "$srcdir/$pkgname-$pkgver"
15 ./configure --prefix=/usr --with-gtk --with-sdl --enable-sound || return 1
20 cd "$srcdir/$pkgname-$pkgver"
21 make DESTDIR="$pkgdir/" install