# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="NGSpice - The Next Generation Spice (Circuit Emulator)" SRC_URI="http://www.egore911.de/files/Verschiedenes/${P}.tar.bz2" HOMEPAGE="http://ngspice.sourceforge.net" SLOT="0" IUSE="" LICENSE="BSD GPL-2" KEYWORDS="~amd64 ppc ~x86" DEPEND=">=virtual/libc-2" S=${WORKDIR}/${PN} src_compile() { ./autogen.sh econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodoc ANALYSIS AUTHORS BUGS COPYING COPYRIGHT CREDITS ChangeLog DEVICES NEWS README }