1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
2 # Contributor: SpepS <dreamspepser at yahoo dot it>
7 pkgdesc="Eugene is a basic (fast, parallel) Genetic Algorithm implementation in C++"
9 url="http://dev.drobilla.net/browser/trunk/eugene"
11 depends=('flowcanvas>=0.5.1' 'glibmm>=2.14.0' 'gtkmm>=2.10.0' 'libglademm>=2.6.0' 'libgnomecanvasmm>=2.6.0' 'boost' 'python2')
12 makedepends=('subversion')
13 install=eugene.install
16 _svntrunk="http://svn.drobilla.net/lad/trunk"
20 msg "Connecting to SVN server..."
21 msg "Checking out $_svnmod"
22 svn co "$_svntrunk" "$_svnmod"
23 msg "SVN checkout done or server timeout"
25 msg "Starting build..."
26 cd "$srcdir/$_svnmod/${pkgname%-svn}"
27 python2 ./waf configure --prefix=/usr
32 cd "$srcdir/$_svnmod/${pkgname%-svn}"
33 DESTDIR="$pkgdir" python2 ./waf install