# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Pinot is a D-Bus service that crawls, indexes your documents and monitors them for changes." HOMEPAGE="http://pinot.berlios.de/index.html" SRC_URI="mirror://berlios/pinot/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="debug soap" RDEPEND=" >=dev-cpp/gtkmm-2.10 >=net-misc/curl-7.13 >=app-text/unrtf-0.19 >=dev-libs/xapian-1.0.3 >=app-text/antiword-0.36 >=dev-libs/boost-1.32 >=dev-libs/libtextcat-2.2 media-libs/libexif dev-util/desktop-file-utils x11-misc/shared-mime-info app-text/xpdf app-text/catdoc >=app-text/unrtf-0.19 dev-tex/catdvi >=dev-cpp/libxmlpp-2.12 >=media-libs/taglib-1.4 >=dev-db/sqlite-3.3 sys-apps/dbus " DEPEND="${RDEPEND}" src_compile() { econf $(use_enable debug) \ $(use_enable soap) \ || die "Error: econf failed!" emake || die "Error: emake failed!" } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS COPYING FAQ NEWS README TODO }