# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit flag-o-matic DESCRIPTION="Portable .NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="" DEPEND=">=dev-util/treecc-0.3.0" src_compile() { has_version '=sys-devel/gcc-3.4*' && replace-flags -O? -O1 econf || die emake || die } src_install() { einstall || die dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README dodoc doc/gtk-sharp.HOWTO dohtml doc/*.html } pkg_postinst() { echo einfo "If you want to avoid typing ' program.exe'" einfo "you can configure your runtime in /etc/conf.d/dotnet" einfo "Use /etc/init.d/dotnet to register your runtime" echo }