# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/dev-lang/mono/mono-0.19.ebuild,v 1.1 2003/01/22 23:30:01 lostlogic Exp $ inherit eutils S=${WORKDIR}/${P} IUSE="" DESCRIPTION="Mono C# compiler and class libraries collection" SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz" HOMEPAGE="http://www.go-mono.com/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -ppc" DEPEND="virtual/glibc >=dev-lang/mono-0.20" RDEPEND="${DEPEND}" src_compile () { cd ${S} addwrite ~/.wapi emake -f makefile.gnu } src_install () { einstall ${D} }