summaryrefslogtreecommitdiffstats
path: root/package/mtdev
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2012-08-29 11:01:06 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-30 04:38:27 +0200
commitc72e4bc01ca5855c475896c2cd73a15ee25e0363 (patch)
tree5075d68843194af3464bbb3dc7862b5b2461f419 /package/mtdev
parenta5cefe8a7edd38c06aedf2fe403e087d4061a180 (diff)
downloadbuildroot-novena-c72e4bc01ca5855c475896c2cd73a15ee25e0363.tar.gz
buildroot-novena-c72e4bc01ca5855c475896c2cd73a15ee25e0363.zip
mtdev: new package
The mtdev is a stand-alone library which transforms all variants of kernel multitouch events to the slotted type B protocol. http://bitmath.org/code/mtdev/ Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mtdev')
-rw-r--r--package/mtdev/Config.in8
-rw-r--r--package/mtdev/mtdev.mk14
2 files changed, 22 insertions, 0 deletions
diff --git a/package/mtdev/Config.in b/package/mtdev/Config.in
new file mode 100644
index 000000000..34199038b
--- /dev/null
+++ b/package/mtdev/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_MTDEV
+ bool "mtdev"
+ help
+ The mtdev is a stand-alone library which transforms all
+ variants of kernel MT events to the slotted type B protocol.
+
+ http://bitmath.org/code/mtdev/
+
diff --git a/package/mtdev/mtdev.mk b/package/mtdev/mtdev.mk
new file mode 100644
index 000000000..09f76f24e
--- /dev/null
+++ b/package/mtdev/mtdev.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# mtdev
+#
+#############################################################
+MTDEV_VERSION = 1.1.3
+MTDEV_SOURCE = mtdev-$(MTDEV_VERSION).tar.bz2
+MTDEV_SITE = http://bitmath.org/code/mtdev/
+
+MTDEV_LICENSE = MIT
+MTDEV_LICENSE_FILES = COPYING
+MTDEV_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))