# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.3.0.ebuild,v 1.3 2005/05/31 22:45:38 vapier Exp $ inherit eutils DESCRIPTION="Provides a console for R under Unix-alikes based on GNOME" HOMEPAGE="http://www.sourcekeg.co.uk/cran/src/contrib/Descriptions/gnomeGUI.html" SRC_URI="http://www.sourcekeg.co.uk/cran/src/contrib/gnomeGUI_2.1.0-1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/R gnome-base/libgnome" S="${WORKDIR}/gnomeGUI" src_unpack() { unpack ${A} } src_compile() { econf --enable-sandboxed || die emake } src_install() { make DESTDIR=${D} install #einstall || die }