summaryrefslogtreecommitdiff
path: root/package/xstroke
diff options
context:
space:
mode:
Diffstat (limited to 'package/xstroke')
-rw-r--r--package/xstroke/Config.in7
-rw-r--r--package/xstroke/xstroke.mk17
2 files changed, 24 insertions, 0 deletions
diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in
new file mode 100644
index 000000000..d53499727
--- /dev/null
+++ b/package/xstroke/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_XSTROKE
+ bool "xstroke"
+ default n
+ help
+ Handwriting recognition for X
+
+ http://avr32linux.org/twiki/pub/Main/XStroke
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk
new file mode 100644
index 000000000..6d0e2852b
--- /dev/null
+++ b/package/xstroke/xstroke.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# xstroke
+#
+#############################################################
+XSTROKE_VERSION = 0.6
+XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
+XSTROKE_SITE = http://avr32linux.org/twiki/pub/Main/XStroke
+XSTROKE_AUTORECONF = NO
+XSTROKE_INSTALL_STAGING = NO
+XSTROKE_INSTALL_TARGET = YES
+XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+
+XSTROKE_DEPENDENCIES = uclibc
+
+$(eval $(call AUTOTARGETS,package,xstroke))
+