# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Navit is a car navigation system with routing engine." HOMEPAGE="http://navit.sourceforge.net/" SRC_URI="mirror://sourceforge/navit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="cegui gtk nls opengl sdl speech" DEPEND="dev-libs/fribidi sci-geosciences/gpsd gtk? ( x11-libs/gtk+ ) sdl? ( media-libs/libsdl ) speech? ( app-accessibility/speechd ) opengl? ( virtual/glut ) cegui? ( dev-games/cegui ) nls? ( sys-devel/gettext )" src_compile() { econf \ --bindir=/usr/bin \ || die "could not configure" emake || die "emake failed" } src_install() { emake install DESTDIR="${D}" || die "Install failed" dodoc NEWS README* THANKS AUTHORS BUGS ChangeLog }