1 # Contributor: Christopher Schwaab -- christopher.schwaab gmail
5 pkgdesc="A collection of tools for creating evolutionary algorithms."
6 url="http://www.coyotegulch.com/products/libevocosm/index.html"
9 depends=('libcoyotl' 'libbrahe')
10 #source="http://www.coyotegulch.com/distfiles/$pkgname-$pkgver.tar.bz2" # 3.3.1
11 source="http://www.coyotegulch.com/distfiles/$pkgname-$pkgver.tar.gz" # 3.1.0
12 #md5sums=('92bc04ec304ceeb37229457bf287bf3b') # 3.3.1
13 md5sums=('7fdc1ac67528c819cdaf9091eeee3833') # 3.1.0
19 #include <string.h>' libevocosm/roulette.cpp
20 ./configure --prefix=/usr || return 1
22 make DESTDIR="$pkgdir" install || return 1
24 rm -f "$pkgdir/usr/lib/libevocosm.la"