# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /archiv/cvs/csdragons/portage.local/dev-dotnet/opengl-sharp/opengl-sharp-0.2.0.ebuild,v 1.1 2004/09/04 09:13:49 tim Exp $ inherit eutils mono MY_P=${P/_beta/-beta} S=${WORKDIR}/${MY_P} MY_PV=1.2.0 DESCRIPTION="log4net is a port of the log4j framework to the .NET runtime." SRC_URI="mirror://sourceforge/log4net/${MY_P}.zip" HOMEPAGE="http://logging.apache.org/log4net/" LICENSE="Apache-1.1" SLOT="0" RDEPEND=">=dev-dotnet/mono-1.0 >=media-gfx/nvidia-cg-toolkit-1.2.0402.1900 >=x11-libs/gtk-sharp-1.0 " DEPEND="${RDEPEND}" KEYWORDS="~x86" IUSE="" src_unpack() { unzip ${DISTDIR}/${MY_P}.zip cp ${FILESDIR}/Makefile-${PV} ${S}/src/Makefile } src_compile() { cd src MONO_PATH=${S} emake -j1 || die } src_install () { dodoc ChangeLog.txt LICENSE.txt releasenotes.html cd src make DESTDIR=${D} install }