1 # Maintainer: Michael Schubert <mschu.dev at gmail>
2 # Contributor: Mick Elliot <micke at sfu dot ca>
7 pkgdesc="PhyML builds phylogenies from DNA or protein sequences using a maximum likelihood approach"
9 url="http://atgc.lirmm.fr/phyml/"
11 source=('http://phyml.googlecode.com/files/phyml_2010023.tar.gz')
12 sha1sums=('84a93a247f3b9427f6e24f49da8f027f9e32fc84')
19 ./configure --prefix=/usr
21 make DESTDIR=${pkgdir} install
23 install -Dm755 $srcdir/phyml/doc/phyml_manual.pdf \
24 $pkgdir/usr/share/doc/phyml/phyml_manual.pdf