# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 DESCRIPTION="A Gnome panel applet for searching various engines" HOMEPAGE="http://browserbookapp.sourceforge.net/deskbar.html" SRC_URI="mirror://sourceforge/browserbookapp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="beagle doc" RDEPEND="dev-lang/python >=dev-python/gnome-python-2.12 >=dev-python/gnome-python-extras-2.12 >=gnome-base/gnome-common-2.12 beagle? ( app-misc/beagle )" USE_DESTDIR=1 src_compile(){ econf || die emake || die }