summaryrefslogtreecommitdiff
blob: 8beabe0da39d2442ad9000a26e642ff9da7d4490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v 1.7 2007/02/05 00:23:11 jurek Exp $

inherit mono

DESCRIPTION="Java VM for .NET"
HOMEPAGE="http://www.ikvm.net/"

SRC_URI="http://www.go-mono.com/archive/1.0/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"

KEYWORDS="x86 ~ppc"
IUSE=""

RDEPEND=">=dev-lang/mono-1.0"
DEPEND="${RDEPEND}
		!dev-dotnet/ikvm-bin"

src_unpack() {
	unpack ${A}

	# Fix some makefile borkage.
	sed -i -e 's:-e$:-e \\:' ${S}/scripts/Makefile.in
}

src_compile() {
	econf || die
}

src_install() {
	make DESTDIR=${D} install || die
}