1 # Contributor: Iwan Gabovitch (qubodup) <qubodup@gmail.com>
6 pkgdesc="A 2D graphical, single player role playing game engine"
8 url="http://adonthell.linuxgames.com/"
10 depends=('sdl_mixer>=1.2' 'sdl_ttf>=2' 'python>=2')
12 _gitroot="git://github.com/ksterker/adonthell.git"
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone $_gitroot $_gitname
27 cd "$srcdir/$_gitname"
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
33 ./configure --prefix=/usr
35 make DESTDIR=$pkgdir install