# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop/monodevelop-0.5.ebuild,v 1.1 2004/06/30 15:38:35 latexer Exp $ inherit mono DESCRIPTION="MonoDevelop is a project to port SharpDevelop to Gtk#" SRC_URI="http://www.go-mono.com/archive/1.0/${P}.tar.gz" HOMEPAGE="http://monodevelop.com/" LICENSE="GPL-2" IUSE="nptl" DEPEND=">=dev-libs/icu-2.6 >=dev-dotnet/gtksourceview-sharp-0.5 >=dev-dotnet/gecko-sharp-0.5-r2 >=dev-dotnet/mono-1.0 >=dev-util/monodoc-1.0 >=x11-libs/gtk-sharp-1.0" KEYWORDS="~x86 ~ppc" SLOT="0" src_compile() { econf || die MAKEOPTS="-j1" make || die } src_install () { # Needed if update-mime-info is run addwrite ${ROOT}/usr/share/mime make DESTDIR=${D} install || die # Install documentation. dodoc ChangeLog README } pkg_postinst() { echo ewarn "If you experience problems with syntax highlighting," ewarn "Re-emerge gtksourceview. Previous versions of monodevelop" ewarn "installed a .lang file that gtksourceview now handles." echo }