Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # Maintainer: Michael Schubert <mschu.dev at gmail>
  2. # Contributor: Mick Elliot <micke at sfu dot ca>
  3. # Contributor: Fabio Zanini <fabio.zanini at tuebingen.mpg.de>
  4.  
  5. pkgname=phyml
  6. pkgver=3.1
  7. pkgrel=1
  8. pkgdesc="PhyML builds phylogenies from DNA or protein sequences using a maximum likelihood approach"
  9. arch=('x86_64')
  10. url="http://atgc.lirmm.fr/phyml/"
  11. license=('GPLv2')
  12. source=('http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip')
  13. sha1sums=('cd04ae47b66f79620c8dba631380f31753fd412d')
  14.  
  15. package() {
  16.  
  17. install -Dm755 $srcdir/PhyML-3.1/PhyML-3.1_linux64 \
  18. $pkgdir/usr/bin/phyml
  19.  
  20. install -Dm755 $srcdir/PhyML-3.1/PhyML-3.1_manual.pdf \
  21. $pkgdir/usr/share/doc/phyml/phyml_manual.pdf
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement