# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 S="${WORKDIR}/${P}" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/gael/${P}.tgz" HOMEPAGE="http://gael.sourceforge.net" DESCRIPTION="GNOME Assisted Electronics: An EDA for GNOME" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=dev-python/pygtk-1.99.8 >=x11-libs/gtk+-2.0.0" RDEPEND="${DEPEND}" src_compile() { cd ${S} local myconf econf || die make || die } DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO" G2CONF="${G2CONF} --enable-platform-gnome-2"