1 # Contributor: Christoph Zeiler <rabyte*gmail>
2 # Contributor: Ronan Rabouin <darkbaboon@gmail.com>
7 pkgdesc='A recreation of the "Total Annihilation" engine in real 3D'
11 depends=('allegrogl' 'libgl' 'mesa' 'fmodex')
12 makedepends=('cmake>=2.6')
13 source=(http://downloads.ta3d.org/sources/$pkgname-v-0-5-4-src.tar.gz)
14 md5sums=('0f8efbef3d5fc126198253c7bac414ce')
18 cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr
20 make DESTDIR=$pkgdir install
23 # vim:set ts=2 sw=2 et: