1 # Contributor: Christoph Zeiler <rabyte*gmail>
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')
11 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-src-$pkgver.tar.gz \
13 md5sums=('64a344b1ed8a7808d7adafa337120a00'
14 '196c9fd4240b3c2633dce3c864aa70fe')
19 patch -Np0 -i ../configure.diff || return 1
21 # NEW NEW NEW ;-) Set default screen-mode to fullscreen!!
22 sed 's|screen_mode = 0|screen_mode = 1|g' -i src/prefs.cc
24 ./configure --prefix=/usr
26 make DESTDIR=$pkgdir install