# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="nls" inherit gnome2 DESCRIPTION="Bubbling Load Monitoring Applet" HOMEPAGE="http://www.nongnu.org/${PN}/" SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=dev-libs/glib-2.1 >=x11-libs/gtk+-2.1.1 >=gnome-base/libgnome-2.1.1 >=gnome-base/libgnomeui-2.1.1 >=gnome-base/gnome-desktop-2.1 >=gnome-base/gnome-vfs-2 >=gnome-base/libglade-2 >=gnome-base/gnome-panel-2 nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" src_compile() { local myconf use nls \ && myconf="--with-all-linguas" econf ${myconf} || die emake || die }