aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tangogps/tangogps.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tangogps/tangogps.inc')
-rw-r--r--recipes/tangogps/tangogps.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/tangogps/tangogps.inc b/recipes/tangogps/tangogps.inc
new file mode 100644
index 0000000000..90789377d1
--- /dev/null
+++ b/recipes/tangogps/tangogps.inc
@@ -0,0 +1,15 @@
+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 sqlite3"
+
+SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz"
+S = "${WORKDIR}/tangogps-${PV}"
+
+inherit autotools pkgconfig
+
+RRECOMMENDS = "gpsd"
+