# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A collection of tools for handling of gps-data." HOMEPAGE="http://www.von-und-fuer-lau.de/gpstools.html" SRC_URI="http://www.von-und-fuer-lau.de/download/gpstools-src-20090527.zip" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64 ppc" IUSE="" DEPEND="" RDEPEND="" S=${WORKDIR}/gpstools-src-20090527 src_install(){ cd ${S}/areameter dobin areameter cd ${S}/gpsplot dobin gpsplot cd ${S}/gpxtimeshift dobin gpxtimeshift cd ${S}/splittrack dobin splittrack cd ${S}/trkcompare dobin trkcompare cd ${S}/wpl1000reader dobin wpl1000reader cd ${S} dodoc INSTALL.txt LICENSE.txt }