# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild,v 1.4 2008/07/27 22:22:35 carlo Exp $ EAPI=1 inherit qt3 DESCRIPTION="Quite Universal Circuit Simulator is a Qt based circuit simulator" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://qucs.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="x11-libs/qt:3" src_compile() { econf || die "econf failed." emake || die "emake failed." } src_install() { make install DESTDIR="${D}" || die "make install failed." }