# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/openldev/openldev-1.0.ebuild,v 1.1 2007/05/09 15:54:51 egore Exp $ inherit autotools DESCRIPTION="a graphical front-end to development tools such as gcc, autotools and make" HOMEPAGE="http://www.openldev.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.10.0 >=x11-libs/gtksourceview-1.2.0 >=gnome-base/gnome-vfs-2.0 x11-libs/vte >=gnome-base/libglade-2.0 >=dev-libs/libxml2-2.0 >=gnome-base/libgnomeprint-2.2 >=gnome-base/libgnomeprintui-2.2 >=gnome-base/gconf-2.0 >=gnome-base/libgnomeui-2.0 >=gnome-base/libgnome-2.0" S=${WORKDIR}/${PN} src_compile() { eautoreconf || die "eautoreconf failed" econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR=${D} install || die "emake install failed" }