# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="A utility to convert tracks and waypoints to different formats." HOMEPAGE="http://gpsmaps.org" SRC_URI="http://aleron.dl.sourceforge.net/sourceforge/gpsbabel/${P}.tar.gz" LICENSE="GPL-2, Artistic" SLOT="0" KEYWORDS="~x86" DEPEND="expat" src_compile() { emake || die "compile failed" } src_install() { dobin gpsbabel || die dodoc README.* COPYING ChangeLog doc/Makefile doc/doc.tex || die docinto contrib || die dodoc contrib/* || die docinto reference || die docinto reference/route || die dodoc reference/route/* || die docinto reference/track || die dodoc reference/track/* || die docinto reference || die dodoc reference/* || die }