1 # Contributor: Christopher Schwaab -- christopher.schwaab gmail
5 pkgdesc="A genetic algorithm to find the 'best' options for compiling programs."
6 url="http://www.coyotegulch.com/products/acovea/index.html"
9 depends=('expat' 'libevocosm=3.1.0')
10 source="http://www.coyotegulch.com/distfiles/$pkgname-$pkgver.tar.gz"
11 md5sums=('e3bfa6b782205bad083ba58a8b882158')
16 ./configure --prefix=/usr || return 1
18 make DESTDIR="$pkgdir" install || return 1
20 rm -f "$pkgdir/usr/lib/libacovea.la"