Package: phase Version: 1.1 Revision: 1 Architecture: powerpc Distribution: 10.4 GCC: 3.3 Source: http://www.cs.man.ac.uk/~gowrishv/%n-%v.tgz Source-MD5: fee51ef7550c2edf1531c90a120f12ae PatchFile: %n.patch PatchFile-MD5: c01de9b4bf621b0aff90d6a25801e37f BuildDepends: fink (>= 0.24.12-1), g77, gcc3.3 Depends: macosx CompileScript: << #!/bin/sh -ex make CC=g++-3.3 LD=g++-3.3 << InstallScript: << #!/bin/sh -ex mkdir -p %i/bin mkdir -p %i/share/%n cp -r mcmcphase mlphase analyser likelihood optimise simulate consensus %i/bin cp -r data simulated-data results control %i/share/%n << DocFiles: README LICENSING COPYING License: GPL Description: PH ylogenetics And Sequence Evolution Package DescDetail: << PHASE is a package that performs molecular phylogenetic inference. The software seeks to accurately compare molecular sequences to determine the likely evolutionary relationships between a group of species. << DescUsage: << To use phase, cd into the directory %p/share/phase so it can find its support files, or copy these files to your work area. << DescPackaging: << This version is compiled with g++-3.3, even in the 10.4 tree. If it is ever updated to a more recent compiler, any packages which depend on this one must be updated at the same time. << Maintainer: Ben Hines Homepage: http://www.bioinf.man.ac.uk/resources/phase/