aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geoclue
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-29 22:11:50 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-29 22:11:50 +0200
commit4172d7593eebc14777cb493796cb838c260c16db (patch)
tree8fc661c0ce83037845e836e25d9fba92f8f8c9d3 /recipes/geoclue
parent6a00236c4185e98d31c2db0667e56fcd7b9d6b9b (diff)
downloadopenembedded-4172d7593eebc14777cb493796cb838c260c16db.tar.gz
geoclue: add 0.12.0 release
Diffstat (limited to 'recipes/geoclue')
-rw-r--r--recipes/geoclue/geoclue_0.12.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/geoclue/geoclue_0.12.0.bb b/recipes/geoclue/geoclue_0.12.0.bb
new file mode 100644
index 0000000000..6c54679973
--- /dev/null
+++ b/recipes/geoclue/geoclue_0.12.0.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/GeoClue"
+
+DEPENDS = "libgpsmgr libgpsbt gtk+ gypsy libxml2 gconf libsoup dbus-glib"
+
+PE = "1"
+
+inherit gnome
+
+SRC_URI = "http://folks.o-hand.com/jku/geoclue-releases/geoclue-${PV}.tar.gz;name=archive \
+ file://gtk-doc.make"
+
+SRC_URI[archive.md5sum] = "33af8307f332e0065af056ecba65fec2"
+SRC_URI[archive.sha256sum] = "0f533f177ae9aa35e807a01c754840f66df9579f5524552f14f2b5ba670a4696"
+
+
+LDFLAGS_append = " -lgthread-2.0 "
+
+EXTRA_OECONF = " \
+ --enable-system-bus"
+
+do_configure_prepend() {
+ cp ${WORKDIR}/gtk-doc.make ${S}
+}
+
+
+FILES_${PN} += " \
+ ${datadir}/geoclue-providers/ \
+ ${datadir}/dbus-1"