1 # Maintainer: Joel Teichroeb <joel (at) teichroeb.net>
6 pkgdesc="A cross-platform 3D game interpreter which allows you to play LucasArts' LUA-based 3D adventures"
8 url="http://www.residualvm.org"
13 _gitroot="https://github.com/residualvm/residualvm.git"
18 msg "Connecting to GIT server..."
20 if [ -d ${_gitname} ]; then
21 cd ${_gitname} && git pull origin
23 git clone --depth 1 ${_gitroot}
26 msg "GIT checkout done or server timeout"
27 msg "Starting build..."
29 rm -rf ${srcdir}/${_gitname}-build
30 cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
31 cd ${srcdir}/${_gitname}-build
33 ./configure --prefix=/usr
38 cd ${srcdir}/${_gitname}-build
39 make DESTDIR=${pkgdir} install