Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125949
Collapse All | Expand All

(-)/home/flame/devel/gentoo-x86/dev-lang/mono/mono-1.1.13.2.ebuild (-5 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.2.ebuild,v 1.1 2006/02/20 02:29:02 latexer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.2.ebuild,v 1.1 2006/02/20 02:29:02 latexer Exp $
4
4
5
inherit eutils mono flag-o-matic multilib
5
inherit eutils mono flag-o-matic multilib autotools
6
7
RESTRICT="confcache"
6
8
7
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
9
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
8
HOMEPAGE="http://www.go-mono.com/"
10
HOMEPAGE="http://www.go-mono.com/"
Lines 48-57 Link Here
48
			${S}/{scripts,}/*.pc.in || die "sed failed"
50
			${S}/{scripts,}/*.pc.in || die "sed failed"
49
	fi
51
	fi
50
52
51
	libtoolize --copy --force || die "libtoolize failed"
53
	# Remove the dummy ltconfig and leave to libtoolize handling it
52
	aclocal || die "aclocal failed"
54
	rm -f ${S}/libgc/ltconfig
53
	autoconf || die "autoconf failed"
55
54
	automake || die "automake failed"
56
	eautoreconf
55
}
57
}
56
58
57
src_compile() {
59
src_compile() {

Return to bug 125949