aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/edbus_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/edbus_svn.bb')
-rw-r--r--recipes/efl1/edbus_svn.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/efl1/edbus_svn.bb b/recipes/efl1/edbus_svn.bb
new file mode 100644
index 0000000000..b9fc1a67b8
--- /dev/null
+++ b/recipes/efl1/edbus_svn.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
+DEPENDS = "dbus ecore"
+LICENSE = "MIT BSD"
+PV = "0.5.0.050+svnr${SRCREV}"
+PR = "r1"
+
+inherit efl
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=e_dbus;proto=http"
+S = "${WORKDIR}/e_dbus"
+
+EXTRA_OECONF = "--enable-build-test-gui"
+
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-test-gui"
+FILES_${PN}-enotify = "${libdir}/libenotify.so.*"
+FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
+FILES_${PN}-enm = "${libdir}/libenm.so.*"
+FILES_${PN}-ehal = "${libdir}/libehal.so.*"
+FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"