# 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" HOMEPAGE="http://browserbookapp.sourceforge.net/deskbar.html" SRC_URI="mirror://sourceforge/browserbookapp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="sys-devel/gettext >=gnome-base/gconf-2.4 dev-lang/python >=x11-libs/gtk+-2.6 >=dev-python/pygtk-2.6 >=dev-python/gnome-python-2.10 >=dev-python/gnome-python-extras-2.10 >=gnome-extra/evolution-data-server-1.2" DEPEND="dev-util/pkgconfig $RDEPEND" DOCS="AUTHORS ChangeLog NEWS README TODO" src_compile() { ./autogen.sh --prefix=/usr || die "autogen failed" gnome2_src_compile "$@" }