|
|
# 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 |
|
|
| |
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" |
|
|
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 |