1 # vim:set ts=2 sw=2 et ft=sh tw=100: expandtab
2 # Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
9 pkgdesc='You lead your team of 6 heroes into dungeon where they will fight their way trough in order to destroy Dark Gates and evil mage who is the master of the dungeon'
11 url='http://darkgates.dfourgames.com/'
14 depends=(sdl_mixer sh tk sqlite3 libjpeg-turbo sdl_ttf sdl_image)
22 install=darkgates.install
23 source=(http://darkgates.dfourgames.com/download/${_pkgname}_${pkgver}.tar.gz
29 install -dm755 $pkgdir/opt/$pkgname
30 cp -r ${_pkgname}_$pkgver/* $pkgdir/opt/$pkgname
31 install -Dm644 $pkgdir/opt/$pkgname/LICENCE.txt \
32 $pkgdir/usr/share/licenses/custom/$pkgname/LICENCE.txt
33 install -Dm755 darkgates.sh $pkgdir/usr/bin/darkgates
34 chmod a+w $pkgdir/opt/$pkgname/settings.cfg
37 md5sums=('2d98232d22a796ff458412a5cfb25b4f'
38 'd81f6743f93509b32ed0f6adf686dd4a')