# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="4" inherit multilib versionator DESCRIPTION="Basenji is a volume indexing tool designed for easy and fast indexing of volume collections" HOMEPAGE="https://launchpad.net/basenji" SRC_URI="https://launchpad.net/basenji/trunk/$(get_version_component_range 1-2)/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" CDEPEND="dev-dotnet/dbus-sharp:1.0 dev-dotnet/dbus-sharp-glib:1.0 dev-dotnet/gio-sharp dev-dotnet/gtk-sharp dev-dotnet/gnome-sharp dev-dotnet/taglib-sharp media-libs/libextractor" DEPEND="${CDEPEND}" RDEPEND="${CDEPEND} dev-dotnet/gnome-desktop-sharp sys-fs/udisks" S="${WORKDIR}" src_prepare() { sed -i -e "s/-pkg:mono-cairo/-r:Mono.Cairo/" Basenji/Makefile || die "sed failed." } src_configure() { ./configure --prefix="${EPREFIX}/usr" } src_install() { emake DESTDIR="${D}" install || die "Install failed" }