esekeyd: ESE keyboard daemon recipe
authorMichel Pollet <buserror@gmail.com>
Fri, 3 Apr 2009 15:41:20 +0000 (16:41 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 3 Apr 2009 15:47:19 +0000 (17:47 +0200)
ESE Key Daemon is a multimedia keyboard driver for Linux.
With the 2.6 kernel series it can also handle remote controls,
as they are presented as keyboards. No kernel patch is required.
It is a userspace program that pools /dev/input/event?
interfaces for incoming keyboard key presses.

URL: http://www.burghardt.pl/

Signed-off-by: Michel Pollet <buserror@gmail.com>
recipes/esekeyd/esekeyd_1.2.4.bb [new file with mode: 0644]

diff --git a/recipes/esekeyd/esekeyd_1.2.4.bb b/recipes/esekeyd/esekeyd_1.2.4.bb
new file mode 100644 (file)
index 0000000..5a9deb6
--- /dev/null
@@ -0,0 +1,9 @@
+DESCRIPTION = "ESE Key Daemon"
+LICENSE = "GPL"
+SECTION = "base"
+HOMEPAGE = "http://www.burghardt.pl"
+
+SRC_URI = "http://www.burghardt.pl/files/esekeyd-${PV}.tar.gz"
+
+inherit autotools 
+