# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono DESCRIPTION="C# bindings for libgsf" HOMEPAGE="http://www.mono-project.com/" SRC_URI="http://primates.ximian.com/~joe/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/mono >=gnome-extra/libgsf-1.12.1 >=dev-dotnet/gtk-sharp-2" src_install() { make install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS README }