diff options
Diffstat (limited to 'packages/tangogps/tangogps.inc')
-rw-r--r-- | packages/tangogps/tangogps.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/tangogps/tangogps.inc b/packages/tangogps/tangogps.inc index a96ed8988f..5389f25f9a 100644 --- a/packages/tangogps/tangogps.inc +++ b/packages/tangogps/tangogps.inc @@ -1,10 +1,12 @@ -DESCRIPTION = "A lightweight and fast mapping application" -LICENSE = "GPLv2" +DESCRIPTION = "tangoGPS is a map and GPS application using Openstreetmap" +AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>" +HOMEPAGE = "http://tangogps.org/" SECTION = "x11/applications" +LICENSE = "GPLv2" PRIORITY = "optional" DEPENDS = "curl gtk+ gconf gypsy" +RRECOMMENDS = "gpsd" SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz" -S = "${WORKDIR}/tangogps-${PV}" -inherit autotools +inherit autotools pkgconfig |