2 # Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
7 pkgdesc="Reconstruction of phylogenetic trees by maximum likelihood."
10 url="http://www.tree-puzzle.de"
11 source=(http://www.tree-puzzle.de/$pkgname-$pkgver.tar.gz)
14 cd ${srcdir}/${pkgname}-${pkgver}
15 ./configure --prefix=/usr
17 make DESTDIR=${pkgdir} install || return 1
20 md5sums=('20fa9606434ddc789670e681d98fe68f')