1 # Contributor: Neutral END
2 # Contributor: Christoph Zeiler <rabyte*gmail>
3 # Contributor: Adam Griffiths
8 pkgdesc="A recreation of the Ultima 7 engine"
10 url="http://exult.sourceforge.net/"
12 depends=('sdl_mixer' 'libglade')
13 makedepends=('pkgconfig')
14 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
15 md5sums=('c17a48cc0377aa67264aaaf441cb1bb2')
20 ./configure --prefix=/usr --mandir=/usr/share/man \
21 --enable-mmx --enable-3dnow \
22 --enable-opengl --enable-exult-studio \
23 --enable-shared --disable-static
26 make DESTDIR=$pkgdir icondir=/usr/share/pixmaps install