summaryrefslogtreecommitdiffstats
path: root/package/xstroke
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 18:38:20 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 18:38:20 +0000
commite0caa0ccc387fb4a0bfdcd293e251fef278a64de (patch)
treee836d6d72297b0b8a20b0e906847269d026e6eb1 /package/xstroke
parent2cbd4b2de51718eef21e840589eb5d6a1c429490 (diff)
downloadbuildroot-novena-e0caa0ccc387fb4a0bfdcd293e251fef278a64de.tar.gz
buildroot-novena-e0caa0ccc387fb4a0bfdcd293e251fef278a64de.zip
added xstroke
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))
+