aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tangogps
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tangogps')
-rw-r--r--recipes/tangogps/tangogps.inc15
-rw-r--r--recipes/tangogps/tangogps_0.9.3.bb3
2 files changed, 18 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"
+
diff --git a/recipes/tangogps/tangogps_0.9.3.bb b/recipes/tangogps/tangogps_0.9.3.bb
new file mode 100644
index 0000000000..59020fd6bd
--- /dev/null
+++ b/recipes/tangogps/tangogps_0.9.3.bb
@@ -0,0 +1,3 @@
+require tangogps.inc
+PR = "r3"
+