# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="pfstmo" HOMEPAGE="http://www.mpi-inf.mpg.de/resources/tmo/" SRC_URI="http://www.mpi-inf.mpg.de/resources/tmo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sci-libs/fftw" RDEPEND="" src_install(){ emake DESTDIR=${D} install || die "emake install failed" dodoc AUTHORS ChangeLog README* NEWS doc }