# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils mono DESCRIPTION="OpenGL Binding for Mono and Gtk#" SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/csdopenglnet/csdOpenGL-sharp-0.1.1.tar.bz2" HOMEPAGE="http://csdopenglnet.sourceforge.net/" LICENSE="LGPL-2.1" SLOT="0" RDEPEND=">=dev-dotnet/mono-1.0 >=app-doc/doxygen-1.3.6 >=x11-libs/gtk-sharp-1.0" DEPEND="${RDEPEND}" KEYWORDS=~x86 src_compile() { MAKEOPTS="-j1" MONO_PATH=${S} emake || die } src_install () { make GACUTIL_FLAGS="/root ${D}/usr/lib /gacdir /usr/lib " DESTDIR=${D} install || die dodoc README TODO AUTHORS COPYING ChangeLog }