# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.0.ebuild,v 1.3 2007/07/14 08:37:07 hkbst Exp $ inherit virtualx DESCRIPTION="GTK+ bindings for guile" HOMEPAGE="http://www.gnu.org/software/guile-gtk/" SRC_URI="ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="dev-scheme/guile =x11-libs/gtk+-2* =gnome-base/libglade-2* >=x11-libs/gtkglarea-1.90" src_test() { Xemake check || die "tests failed" } src_install() { make DESTDIR=${D} install dodoc README AUTHORS ChangeLog NEWS TODO insinto /usr/share/doc/${PF}/examples doins -r examples/ }