updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / geneticinvasion / PKGBUILD
blob01ac6461a961d50e2feec22a1d0900e887dc52e6
1 # Contributor: MCMic <come.bernigaud@laposte.net>
3 pkgname=geneticinvasion
4 pkgver=0.4.5.1
5 pkgrel=3
6 pkgdesc="A Tower Defence game that uses evolutionary algorithm"
7 arch=('i686' 'x86_64')
8 url="http://projects.haxx.es/p/genetic-invasion"
9 license=('GPL')
10 depends=('libeo' 'sfml<=1.6' 'mesa')
11 makedepends=('make' 'cmake')
12 conflicts=()
13 source=('http://projects.haxx.es/media/upload/genetic-invasion/files/genetic-invasion-v0.4.5.1.zip')
14 md5sums=('aeacbd9a1bb2756edbcde214f8e0835f')
16 build() {
17         cd $srcdir/genetic-invasion-v0.4.5.1
19         cmake -DCMAKE_INSTALL_PREFIX=/usr .
20         make
21         make install DESTDIR=$pkgdir