1 # Contributor: Jakub Luzny <limoto94@gmail.com>
5 pkgdesc="Network/local game with penguins fighting in an arena."
6 url="http://www.tuxanci.org/"
9 makedepends=('cmake>=2.6.0')
10 depends=('sdl>=1.2.10' 'sdl_image>=1.2.6' 'sdl_ttf>=2.0.7' 'sdl_mixer>=1.2.7' 'zziplib' 'gettext')
11 source=(http://download.tuxanci.org/$pkgname-$pkgver.tar.bz2)
12 md5sums=('a9012b55bbac7e5f4ce7cd58022334e5')
15 cd "$srcdir/$pkgname-$pkgver/"
17 cmake . -DCMAKE_INSTALL_PREFIX="/usr/"
19 make DESTDIR="$pkgdir" install
22 ln -s tuxanci-0.21.0 tuxanci
26 # vim:set ts=2 sw=2 et: