updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / tuxanci / PKGBUILD
blob19ed5bc01d5c205c349ab93a60f7fce60d2b48d7
1 # Contributor: Jakub Luzny <limoto94@gmail.com>
2 pkgname=tuxanci
3 pkgver=0.21.0
4 pkgrel=1
5 pkgdesc="Network/local game with penguins fighting in an arena."
6 url="http://www.tuxanci.org/"
7 arch=(i686 x86_64)
8 license="GPL"
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')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver/"
17   cmake . -DCMAKE_INSTALL_PREFIX="/usr/"
18   make
19   make DESTDIR="$pkgdir" install 
21   cd "$pkgdir/usr/bin"
22   ln -s tuxanci-0.21.0 tuxanci
25 #category: games
26 # vim:set ts=2 sw=2 et: