# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PV=0.2b DESCRIPTION="File search tool using different backends which is configurable via the command line." HOMEPAGE="http://software.twotoasts.de/?page=catfish" SRC_URI="http://software.twotoasts.de/media/${PN}/${PN}${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="beagle doodle slocate tracker" RDEPEND="dev-python/pygtk dev-util/glade dev-python/pyxdg beagle? ( app-misc/beagle ) doodle? (app-misc/doodle ) slocate? ( sys-apps/slocate ) tracker? ( app-misc/tracker )" S=${WORKDIR}/${PN}${MY_PV} src_compile() { ./configure --prefix=/usr || die "configure failed" make || die "make failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog INSTALL README }