# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/foxtrotgps/foxtrotgps-1.0.0.ebuild,v 1.1 2010/11/08 13:16:23 bangert Exp $ EAPI="3" inherit eutils DESCRIPTION="Foxtrotgps is an easy to use, fast and lightweight mapping application. (fork of tangogps)" HOMEPAGE="http://www.foxtrotgps.org/" SRC_URI="http://www.foxtrotgps.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/gtk+ sys-apps/dbus gnome-base/gconf net-misc/curl media-libs/libexif dev-libs/libxml2 >=sci-geosciences/gpsd-2.90" DEPEND="sys-devel/gettext ${RDEPEND}" src_configure() { econf \ --docdir=/usr/share/doc/${P} \ || die "Configure failed!" } src_install() { emake DESTDIR="${D}" install || die "install failed" }