diff options
Diffstat (limited to 'sci-electronics/oregano/oregano-0.40.0.ebuild')
-rw-r--r-- | sci-electronics/oregano/oregano-0.40.0.ebuild | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sci-electronics/oregano/oregano-0.40.0.ebuild b/sci-electronics/oregano/oregano-0.40.0.ebuild new file mode 100644 index 000000000000..a74757bd12ae --- /dev/null +++ b/sci-electronics/oregano/oregano-0.40.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.0.ebuild,v 1.1 2004/12/27 20:13:35 ribosome Exp $ + +inherit eutils + +DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." +SRC_URI="http://gforge.lug.fi.uba.ar/frs/download.php/47/${P}.tar.bz2" +HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" +SLOT="0" +KEYWORDS="~x86 ~sparc" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=dev-libs/libxml2-2.6.0 + >=x11-libs/gtk+-2.4 + >=gnome-base/libglade-2.4 + >=gnome-base/libgnome-2.4 + >=gnome-base/libgnomeui-2.4 + >=gnome-base/libgnomecanvas-2.4 + >=gnome-base/libgnomeprint-2.4 + >=gnome-base/libgnomeprintui-2.4 + >=x11-libs/cairo-0.1.23-r1 + >=x11-libs/gtksourceview-1.0" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + einstall + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README +} + +pkg_postinst() { + einfo + einfo "You'll need to emerge your prefered simulation backend" + einfo "such as spice, ng-spice-rework or gnucap for simulation" + einfo "to work." + einfo + ebeep 5 + epause 3 +} |