# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.7 2005/08/05 14:26:13 ferdy Exp $ 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="amd64 arm hppa ia64 ppc ppc64 x86" IUSE="" DEPEND=">=dev-util/treecc-0.3.0 !dev-lang/mono" src_install() { einstall || die dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README dodoc doc/gtk-sharp.HOWTO dohtml doc/*.html # init script exeinto /etc/init.d ; newexe ${PORTDIR}/dev-lang/mono/files/dotnet.init dotnet insinto /etc/conf.d ; newins ${PORTDIR}/dev-lang/mono/files/dotnet.conf dotnet } 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 einfo "dev-dotnet/pnet is only the runtime, compiler and tools" einfo "for DotGNU Portable.NET." einfo "For running and developing applications that use .NET APIs" einfo "you will also need to install the library: dev-dotnet/pnetlib" echo }