Signed-off-by: Michele Brocco <[email protected]>
---
 recipes/sensmon/libsensmon_git.bb |   20 ++++++++++++++++++++
 recipes/sensmon/sensmon_git.bb    |   20 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)
 create mode 100644 recipes/sensmon/libsensmon_git.bb
 create mode 100644 recipes/sensmon/sensmon_git.bb

diff --git a/recipes/sensmon/libsensmon_git.bb 
b/recipes/sensmon/libsensmon_git.bb
new file mode 100644
index 0000000..609c7b2
--- /dev/null
+++ b/recipes/sensmon/libsensmon_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Library for easy-accessing the sensors supported by sensmon"
+AUTHOR = "Michele Brocco <[email protected]>"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+DEPENDS = "glib-2.0"
+RDEPENDS_${PN} = "glib-2.0"
+RSUGGESTS_${PN} = ""
+PV = "0.1+gitr${SRCPV}"
+PR = "r1"
+
+SRC_URI = 
"git://gitorious.org/sensor-monitor/libsensmon.git;protocol=git;branch=master"
+
+SRCREV = "1e986a6d84d4a63ffa85a049bdfced00bad8d97a"
+S = "${WORKDIR}/git"
+
+inherit autotools vala
+
+FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps"
+
+MAINTAINER = "Michele Brocco <[email protected]>"
diff --git a/recipes/sensmon/sensmon_git.bb b/recipes/sensmon/sensmon_git.bb
new file mode 100644
index 0000000..208164f
--- /dev/null
+++ b/recipes/sensmon/sensmon_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Vala application for monitoring raw sensor values on the 
handheld"
+AUTHOR = "Michele Brocco <[email protected]>"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+DEPENDS = "glib-2.0 gtk+ libgee cairo libsensmon"
+RDEPENDS_${PN} = "glib-2.0 gtk+ libgee cairo"
+RSUGGESTS_${PN} = ""
+PV = "0.21+gitr${SRCPV}"
+PR = "r1"
+
+SRC_URI = 
"git://gitorious.org/sensor-monitor/sensor-monitor.git;protocol=git;branch=master"
+
+SRCREV = "bb2f8dfd5615abec96cc3e19a354e24a22991a4c"
+S = "${WORKDIR}/git"
+
+inherit autotools vala
+
+FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps"
+
+MAINTAINER = "Michele Brocco <[email protected]>"
-- 
1.7.2.3

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to