blob: a96ed8988f1dc433beacf172cb1bd0a525378305 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "A lightweight and fast mapping application"
LICENSE = "GPLv2"
SECTION = "x11/applications"
PRIORITY = "optional"
DEPENDS = "curl gtk+ gconf gypsy"
SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz"
S = "${WORKDIR}/tangogps-${PV}"
inherit autotools
|