tangogps: update to 0.9.2. Closes 4438.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 2 Aug 2008 00:54:59 +0000 (00:54 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 2 Aug 2008 00:54:59 +0000 (00:54 +0000)
* the fso version should probably be merged back in.  leaving as separate package for now.

packages/tangogps/tangogps.inc
packages/tangogps/tangogps_0.9.0.3.bb
packages/tangogps/tangogps_0.9.2.bb [new file with mode: 0644]

index a96ed89..5389f25 100644 (file)
@@ -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
index 66c7c9d..a023594 100644 (file)
@@ -2,3 +2,4 @@ require tangogps.inc
 
 DEPENDS += "gpsd"
 RDEPENDS = "gpsd"
+PR = "r2"
diff --git a/packages/tangogps/tangogps_0.9.2.bb b/packages/tangogps/tangogps_0.9.2.bb
new file mode 100644 (file)
index 0000000..83465c1
--- /dev/null
@@ -0,0 +1,4 @@
+require tangogps.inc
+
+DEPENDS += "sqlite3"
+PR = "r1"