# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="A tool for exporting C libraries into Scheme" HOMEPAGE="http://www.nongnu.org/g-wrap/" SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ppc sparc x86" DEPEND=">=dev-scheme/guile-1.6.8 >=dev-scheme/slib-3.1.4 >=dev-libs/glib-2.0" src_install () { einstall || die "Installation failed" dodoc AUTHORS ChangeLog NEWS README THANKS }