emtooth2: add recipe for emtooth2 (new vala version of the app)
authorPau Espin Pedrol <pespin.shar@gmail.com>
Fri, 7 Jan 2011 20:11:06 +0000 (20:11 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 10 Jan 2011 16:06:22 +0000 (17:06 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/emtooth2_svn.bb [new file with mode: 0644]

diff --git a/recipes/openmoko-3rdparty/emtooth2_svn.bb b/recipes/openmoko-3rdparty/emtooth2_svn.bb
new file mode 100644 (file)
index 0000000..83feb44
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "A bluetooth/bluez manager written in elementary for embedded systems. Second version written now in Vala"
+AUTHOR = "Pau Espin Pedrol (Sharwin_F) <pespin.shar@gmail.com>"
+HOMEPAGE = "http://code.google.com/p/emtooth/"
+SECTION = "x11/applications"
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0 libeflvala"
+RDEPENDS_${PN} = "bluez4 obexd"
+
+SRCREV = "124"
+PV = "0.1+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://emtooth.googlecode.com/svn/trunk;module=app2;proto=http"
+
+EXTRA_OECONF += "--enable-fso"
+
+S = "${WORKDIR}/app2"
+
+inherit autotools vala
+