# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Simulation software to model electromagnetic systems." HOMEPAGE="http://ab-initio.mit.edu/harminv/" SRC_URI="http://ab-initio.mit.edu/harminv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/blas virtual/lapack" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake install DESTDIR=${D} || die "emake install failed" dodoc AUTHORS COPYING COPYRIGHT NEWS README TODO }