# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Convert GPX formatted geodata to Scalable Vector Graphics (SVG)" HOMEPAGE="http://nasauber.de/opensource/gpx2svg/" SRC_URI="http://nasauber.de/opensource/gpx2svg/${P}${V}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-lang/python-3.2.3" RDEPEND="${DEPEND}" src_install() { dobin gpx2svg dodoc ChangeLog }