# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="C++ interface for GLIB2" HOMEPAGE="http://www.gtkmm.org" SRC_URI="ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.3/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-libs/glib-2.4.0 >=x11-libs/gtk+ >=dev-lang/perl-5.6.0 >=dev-libs/libsigc++-1.9.14" RDEPEND="${DEPEND}" src_compile() { [ "${ARCH}" = "amd64" ] && libtoolize -c -f econf || die emake || die }