# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="\ FLUCTUATE fits the model which has a single population which has been growing (or shrinking) according to an exponential growth law. It estimates 4Nu and g, where N is the effective population size, u is the neutral mutation rate per site, and g is the growth rate of the population." HOMEPAGE="http://evolution.genetics.washington.edu/lamarc/fluctuate.html" SRC_URI="ftp://evolution.genetics.washington.edu/pub/lamarc/fluctuate/fluctuate1.4.src.doc.tar.gz" LICENSE="Unknown" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/${PN}${PVR} src_compile() { cd ${S} emake || die "Build Failed." } src_install() { dobin fluctuate || die "Install Failed" }