[Buildroot] [PATCH v2 2/2] evemu: new package

Andreas Naumann anaumann at ultratronik.de
Fri Dec 20 15:05:24 UTC 2013


Signed-off-by: Andreas Naumann <anaumann at ultratronik.de>
---
 package/Config.in       |  1 +
 package/evemu/Config.in |  7 +++++++
 package/evemu/evemu.mk  | 17 +++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 100644 package/evemu/Config.in
 create mode 100644 package/evemu/evemu.mk

diff --git a/package/Config.in b/package/Config.in
index 8675856..a4c8354 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -271,6 +271,7 @@ source "package/dmraid/Config.in"
 source "package/dvb-apps/Config.in"
 source "package/dvbsnoop/Config.in"
 source "package/eeprog/Config.in"
+source "package/evemu/Config.in"
 source "package/evtest/Config.in"
 source "package/fan-ctrl/Config.in"
 source "package/fconfig/Config.in"
diff --git a/package/evemu/Config.in b/package/evemu/Config.in
new file mode 100644
index 0000000..07b7174
--- /dev/null
+++ b/package/evemu/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_EVEMU
+	bool "evemu"
+	select BR2_PACKAGE_LIBEVDEV
+	help
+	  evemu records and replays device descriptions and events
+
+	  http://www.freedesktop.org/wiki/Evemu/
diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
new file mode 100644
index 0000000..e230ee2
--- /dev/null
+++ b/package/evemu/evemu.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# evemu
+#
+################################################################################
+
+EVEMU_VERSION = 1.0.10
+EVEMU_SITE = http://cgit.freedesktop.org/evemu/snapshot
+EVEMU_LICENSE = LGPLv3
+EVEMU_LICENSE_FILES = COPYING
+
+# Uses PKG_CHECK_MODULES() in configure.ac
+EVEMU_DEPENDENCIES = host-pkgconf libevdev
+# the package provides a autogen.sh, but we'd rather run buildroots autoreconf
+EVEMU_AUTORECONF = YES
+
+$(eval $(autotools-package))
-- 
1.8.4.1



More information about the buildroot mailing list