# Distributed under the terms of the GNU GPL v2 KEYWORDS="~x86" IUSE="" DESCRIPTION="C++ wrappers for libgda" HOMEPAGE="http://www.gtkmm.org/" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/libgdamm/1.3/${P}.tar.bz2" LICENSE="LGPL-2" DEPEND=">=gnome-extra/libgda-1.1.3 >=dev-cpp/glibmm-2.4" src_unpack(){ unpack ${P}.tar.bz2 || die "Unpacking libgdamm failed." cd ${P} } src_compile(){ econf || die "Configuring libgdamm failed" emake || die "Building libgdamm failed" } src_install(){ make DESTDIR=${D} install || die "Installing libgdamm failed!" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO docs }