# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit kde DESCRIPTION="kio slave to fulltext search files using CLucene" SRC_URI="mirror://sourceforge/kio-clucene/${P}.tar.gz" HOMEPAGE="http://kioclucene.objectis.net/" LICENSE="GPL-2" SLOT="0" # No idea which arches are supported... KEYWORDS="~x86" RDEPEND="dev-cpp/clucene" # According to homepage, KDE 3.4 at least is required need-kde 3.4 src_compile() { # uses SCons to build, but does not require it; usual ./configure and make # work somewhat, but ./configure doesn't use --prefix, so can't use econf. ./configure || die "configure failed" emake || die "emake failed!" }