1 # Maintainer: bmpvieira <mail AT bmpvieira DOT com>
5 pkgdesc="Population genetic software (individuals or populations distances, phylogenetic trees)"
7 url="http://bioinformatics.org/~tryphon/populations/"
11 source=(https://launchpad.net/~olivier-langella/+archive/ppa/+files/${pkgname}_$pkgver-$pkgrel.tar.gz)
12 md5sums=('81a6c4ace3622ac93a1a0e68539a2e8f')
15 cd "$srcdir/$pkgname-$pkgver"
16 cmake -DCMAKE_INSTALL_PREFIX=/usr
18 make DESTDIR=${pkgdir} install || return 1
21 # vim:set ts=2 sw=2 et: