1 ## Maintainer: milomord milomord@gamil.com
4 pkgdesc="Golems is a 3D recreational physics simulator"
7 url="http://www.golemgame.com"
9 depends=('java-runtime')
11 optdepends=('jre: Better performence')
12 source=('http://www.golemgame.com/data/GolemGame/Golems-linux.zip'
15 noextract=(Golems-linux.zip)
16 md5sums=('4e4b4c762f848ad261a9b61eadf1b7c3'
17 '5a0ec8a66270a6f087f448f137e4b9e7'
18 '0b8ff4219142aa3aff079da82a69dbaf')
23 install -d $pkgdir/opt/golems-linux || return 1
24 install -d $pkgdir/usr/bin
26 unzip $srcdir/Golems-linux.zip || return 1
29 cp -r $srcdir/Golems-linux/* $pkgdir/opt/golems-linux || return 1
32 chmod +x $pkgdir/opt/golems-linux/Golems.sh
34 #Install Game Launcher
35 ln -s /opt/golems-linux/Golems.sh $pkgdir/usr/bin/golems
37 #Install .desktop file
38 install -Dm 644 $srcdir/golems.desktop $pkgdir/usr/share/applications/golems.desktop
41 install -Dm 644 $srcdir/golems.png $pkgdir/usr/share/pixmaps/golems.png