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 # Maintainer: Lakota Morris <lakota.james@gmail.com>
7 pkgname=thelayeroffungalwonder
10 pkgdesc="A sidescrolling shooter/non-shooter inspired by Jeff Vandermeer's Ambergris."
12 url="http://www.niallmoody.com/games.htm#TheLairOfFungalWonder"
15 depends=(sdl_ttf glew portaudio)
25 source=(http://downloads.niallmoody.com.s3.amazonaws.com/TheLairOfFungalWonder-$pkgver-src.tar.gz)
27 md5sums=('c2732752338c95c52bed2617967f4d89') #generate with 'makepkg -g'
30 cd "$srcdir/TheLairOfFungalWonder-$pkgver"
32 ./configure --prefix=/usr
37 cd "$srcdir/TheLairOfFungalWonder-$pkgver"
39 make DESTDIR="$pkgdir/" install
42 # vim:set ts=2 sw=2 et: