# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer" HOMEPAGE="http://freedesktop.org/wiki/Software/Tracker" SRC_URI="http://www.gnome.org/~jamiemcc/tracker/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="fam pdf wv" RDEPEND="wv? >=app-text/wv-1.0.2 pdf? app-text/poppler" DEPEND=">=sys-libs/glibc-2.3.4 >=dev-db/mysql-5.0.19 >=dev-libs/glib-2.6 >=libextractor-0.5.9 sys-libs/zlib media-libs/libvorbis fam? ( virtual/fam )" src_compile() { econf \ --prefix=/usr \ --enable-static \ --with-pic \ || die "econf failed" emake || die "emake failed" }