diff options
Diffstat (limited to 'dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild')
-rw-r--r-- | dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild new file mode 100644 index 000000000000..8a05974561ec --- /dev/null +++ b/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild,v 1.1 2003/10/15 04:07:03 scandium Exp $ + +DESCRIPTION="Mono C# libraries for Portable .NET" +HOMEPAGE="http://www.dotgnu.org/" +SRC_URI="mirror://gnu/dotgnu-pnet/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +IUSE="" + +DEPEND="=dev-dotnet/pnetlib-${PV}*" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README +} |