1 # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
5 pkgdesc="An addictve retro-style game"
7 url="http://runhello.com/"
9 depends=('sdl' 'libgl' 'mesa')
10 source=(http://cat.runhello.com/Jumpman_lin.tar.gz $pkgname.sh)
11 md5sums=('2e44472f33a70a3dff85a6664cd02b70'
12 'd49c74aa2d02b1510fcfd8f490706511')
16 install -d -m755 "$pkgdir"/opt
17 cp -r Jumpman "$pkgdir"/opt/$pkgname
19 install -D -m644 Jumpman/Readme.txt "$pkgdir"/usr/share/licenses/$pkgname/Readme
20 install -D -m755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
23 # vim:set ts=2 sw=2 et: