# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.5.0.ebuild,v 1.3 2005/05/31 23:44:44 tester Exp $ DESCRIPTION="Search app, library and daemon" HOMEPAGE="http://gnunet.org/doodle/" SRC_URI="http://gnunet.org/doodle/download/${P}.tar.gz" LICENSE="GPL" KEYWORDS="x86" DEPEND="media-libs/libextractor" src_unpack() { unpack ${A} cd ${S} } src_compile() { econf --with-extractor="/usr" || die "econf failed" make || die "compile failed" } src_install () { make DESTDIR=${D} install || die "install failed" }