# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.12.ebuild,v 1.4 2005/02/06 17:24:25 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 X11 )" SLOT="0" KEYWORDS="x86 ppc ppc64 sparc ~mips ~alpha arm ~hppa amd64 ia64" IUSE="" DEPEND="=dev-dotnet/pnetlib-${PV}*" src_compile() { local lib_profile="framework1.1" einfo "Using profile: ${lib_profile}" econf --with-profile=${lib_profile} || die emake || die } src_install() { make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog INSTALL NEWS README }