1 # Contributor: Peter Kosyh <p.kosyhgmail.com>
6 pkgdesc="instead quest interpreter"
8 url="http://instead.googlecode.com/"
10 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
11 source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
12 md5sums=(310f455c4e63a3e29e9a17b53db1cb5c)
14 optdepends=('instead-launcher: install and update INSTEAD games from net')
17 cd "${srcdir}/instead-${pkgver}"
19 echo "2" | ./configure.sh
24 cd "${srcdir}/instead-${pkgver}"
26 make DESTDIR="${pkgdir}" PREFIX=/usr install