updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / jumpman / PKGBUILD
blob2e263e82e1f68ddfdd6a3102f4d0e7cf5ff7f801
1 # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
2 pkgname=jumpman
3 pkgver=1.0.2
4 pkgrel=2
5 pkgdesc="An addictve retro-style game"
6 arch=('i686')
7 url="http://runhello.com/"
8 license=('custom')
9 depends=('sdl' 'libgl' 'mesa')
10 source=(http://cat.runhello.com/Jumpman_lin.tar.gz $pkgname.sh)
11 md5sums=('2e44472f33a70a3dff85a6664cd02b70'
12          'd49c74aa2d02b1510fcfd8f490706511')
14 build() {
15   cd "$srcdir"
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: