aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/emtooth2_svn.bb
blob: 2dfb26e4125678f684ef54ac73c7f329fbe4b474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "143"
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