You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/beagle-xesam/beagle-xesam-0.2.ebuild

24 lines
624 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/beagle-xesam/beagle-xesam-0.2.ebuild,v 1.3 2011/03/12 11:52:22 angelos Exp $
inherit gnome.org mono
DESCRIPTION="Xesam search adaptor for Beagle"
HOMEPAGE="http://beagle-project.org/"
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 ISSUES
}