2
1
John Voltz 17 жил өмнө
parent
commit
e0caa0ccc3

+ 7 - 0
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

+ 17 - 0
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))
+