1 #Original Contributor: Eduard "bekks" Warkentin <eduard.warkentin@gmail.com>
2 #Later maintained by: domino domino-arch...commuta.net
3 #Current maintainer: Kozec <kozec at kozec dot com>
8 pkgdesc="Advanced Strategic Command is a turn based strategy game in the tradition of the Battle Isle series."
10 url="http://www.asc-hq.org/"
13 depends=('sdl_image' 'sdl_mixer' 'sdl_sound' 'lua' 'wxgtk' 'boost' 'libsigcpp1.2' 'physfs' 'expat' 'freetype2' 'libjpeg')
14 optdepends=('sdl_sound: for more than "stripped down sound support"'
15 'xvidcore: for replay movie generation'
16 'curl: for experimental server interface'
17 "Note: To make use of these optional dependencies you have to recompile the package.")
19 source=(http://downloads.sourceforge.net/sourceforge/asc-hq/$pkgname-$pkgver.tar.bz2)
22 cd $startdir/src/$pkgname-$pkgver
23 ./configure --prefix=/usr --enable-docbook2man --enable-genparse || return 1
25 make DESTDIR=$startdir/pkg install || return 1
27 md5sums=('8c18a7cf84cb53b04527d864301d405d')