# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="Convert GPX formatted geodata to Scalable Vector Graphics (SVG)"
HOMEPAGE="http://nasauber.de/opensource/gpx2svg/"
SRC_URI="http://nasauber.de/opensource/gpx2svg/${P}.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
}