View | Details | Raw Unified
Collapse All | Expand All

(-) /home/flame/devel/gentoo-x86/dev-dotnet/gtk-sharp/gtk-sharp-2.8.0.ebuild (-9 / +2 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp/gtk-sharp-2.8.0.ebuild,v 1.2 2006/01/31 04:19:05 latexer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp/gtk-sharp-2.8.0.ebuild,v 1.2 2006/01/31 04:19:05 latexer Exp $
inherit eutils mono
inherit eutils mono autotools
DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries"
DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries"
SRC_URI="http://go-mono.com/sources/${PN}-2.0/${P}.tar.gz
SRC_URI="http://go-mono.com/sources/${PN}-2.0/${P}.tar.gz
 Lines 21-29    Link Here 
DEPEND="${RDEPEND}
DEPEND="${RDEPEND}
	doc? ( >=dev-util/monodoc-1.1.8 )
	doc? ( >=dev-util/monodoc-1.1.8 )
	>=sys-apps/sed-4.0
	sys-devel/automake
	sys-devel/autoconf
	dev-util/pkgconfig"
	dev-util/pkgconfig"
KEYWORDS="~x86 ~ppc ~amd64"
KEYWORDS="~x86 ~ppc ~amd64"
 Lines 40-50    Link Here 
	sed -i -e 's:^libdir.*:libdir=@libdir@:' \
	sed -i -e 's:^libdir.*:libdir=@libdir@:' \
		${S}/*/{,GConf}/*.pc.in || die
		${S}/*/{,GConf}/*.pc.in || die
	export WANT_AUTOMAKE="1.8"
	eautoreconf
	aclocal || die
	automake || die
	autoconf || die
	libtoolize --copy --force
	# disable building of samples (#16015)
	# disable building of samples (#16015)
	sed -i -e "s:sample::" Makefile.in
	sed -i -e "s:sample::" Makefile.in