# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Yet another indexing tool." HOMEPAGE="http://silentbob.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" dodoc README }