# Contributor: Gerardo Marset # Contributor: Christoph Zeiler pkgname=adonthell pkgver=0.3.5 pkgrel=7 pkgdesc="A 2D graphical, single player role playing game engine." arch=('i686' 'x86_64') url="http://adonthell.nongnu.org/" license=('GPL') depends=('sdl_mixer>=1.2' 'sdl_ttf>=2' 'python2') source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-src-$pkgver.tar.gz) md5sums=('64a344b1ed8a7808d7adafa337120a00') build() { cd $pkgname-$pkgver sed '/^ *for ac_prog in / s|python|python2|' -i configure CFLAGS="$CFLAGS -fpermissive" ./configure --prefix=/usr make make DESTDIR=$pkgdir install }