1 # Contributor: elcerdo <georges.wbush@laposte.net>
6 pkgdesc="a shoot them up game with a lot of bullets"
8 url="http://github.com/elcerdo/supershooter"
10 depends=(sdl sdl_mixer sdl_image boost ode)
12 source=(http://github.com/elcerdo/${pkgname}/tarball/${pkgver})
13 md5sums=('878a30c7bd9cd346acd791d8ce7791cc')
16 cd "${srcdir}/$(ls -t ${srcdir} | grep "elcerdo" | head -n 1)"
19 -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
20 -DCMAKE_BUILD_TYPE:STRING=Release
23 make DESTDIR="$pkgdir/" install
26 # vim:set ts=2 sw=2 et: