# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Seq-gen is a program for simulating the evolution of DNA sequences for a given phylogeny" HOMEPAGE="http://evolve.zoo.ox.ac.uk/software/Seq-Gen" # This SRC_URI is temporary, as the software's webpage seems to be mistaking the # UNIX source-code for the MacOS executables. SRC_URI="http://www.iniciantelinux.hpg.com.br/Seq-Gen.v1.2.7.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/glibc" src_compile() { cd ${WORKDIR}/${PN}.v${PV} EXTRA_EMAKE="-e ${CFLAGS}" emake || die } src_install() { cd ${WORKDIR}/${PN}.v${PV} dobin seq-gen cd ${WORKDIR}/${PN} dodoc Seq-Gen.Manual.html using_seq-gen_with_PAUP }