# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="GTK+ widgets for the Galago presence framework." HOMEPAGE="http://www.galago.info/" SRC_URI="http://www.galago.info/files/releases/source/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls pic static threads" DEPEND=">=x11-libs/gtk+-2.4.0 >=dev-libs/libgalago-0.1.0" src_compile() { econf \ $(use_enable nls) \ $(use_enable static) \ $(use_enable threads binreloc-threads) \ $(use_with pic) \ || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README }