aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/waker_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17/waker_svn.bb')
-rw-r--r--recipes/e17/waker_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/e17/waker_svn.bb b/recipes/e17/waker_svn.bb
new file mode 100644
index 0000000000..aba6187ad4
--- /dev/null
+++ b/recipes/e17/waker_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "An EFL base at/alarm wakeup daemon"
+LICENSE = "LGPL"
+DEPENDS = "ecore edbus"
+SECTION = "console"
+PV = "0.0.0+svnr${SRCREV}"
+PR = "r1"
+
+inherit efl
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/TMP/st;module=waker;proto=http"
+S = "${WORKDIR}/waker"
+
+FILES_${PN} += "${bindir}/* ${libdir}/lib*.so.*"
+FILES_${PN} += "/etc/X11/Xsession.d/80x-enlightenment-wakerd"