# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome.org DESCRIPTION="Xesam search adaptor for Beagle" HOMEPAGE="http://beagle-project.org/" #SRC_URI comes from gnome.org eclass LICENSE="MIT Apache-1.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-dotnet/ndesk-dbus-0.6.0 >=dev-dotnet/ndesk-dbus-glib-0.4.1" RDEPEND="${DEPEND} >=app-misc/beagle-0.2" src_install() { emake DESTDIR=${D} install || die "make install failed" dodoc AUTHORS README }