# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Doodle is a tool to quickly search the documents on a computer." HOMEPAGE="http://gnunet.org/doodle/" SRC_URI="http://gnunet.org/doodle/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="fam" RDEPEND="media-libs/libextractor fam? ( app-admin/fam )" DEPEND="${RDEPEND}" src_compile() { econf --with-extractor=/usr || die "configure failed" emake || die "make failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS PLATFORMS README }