updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / phyml / PKGBUILD
blob64ce7625964ea51da82dc86e5ad9cb7e15d1ee19
1 # Maintainer: Michael Schubert <mschu.dev at gmail>
2 # Contributor: Mick Elliot <micke at sfu dot ca>
4 pkgname=phyml
5 pkgver=3.0
6 pkgrel=1
7 pkgdesc="PhyML builds phylogenies from DNA or protein sequences using a maximum likelihood approach"
8 arch=('i686' 'x86_64')
9 url="http://atgc.lirmm.fr/phyml/"
10 license=('GPLv2')
11 source=('http://phyml.googlecode.com/files/phyml_2010023.tar.gz')
12 sha1sums=('84a93a247f3b9427f6e24f49da8f027f9e32fc84')
14 build() {
15   cd $srcdir/phyml
16   aclocal
17   autoconf -f
18   automake -f
19   ./configure --prefix=/usr
20   make -j3 || return 1
21   make DESTDIR=${pkgdir} install
23   install -Dm755 $srcdir/phyml/doc/phyml_manual.pdf \
24     $pkgdir/usr/share/doc/phyml/phyml_manual.pdf