added xstroke
This commit is contained in:
parent
2cbd4b2de5
commit
e0caa0ccc3
7
package/xstroke/Config.in
Normal file
7
package/xstroke/Config.in
Normal file
@ -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
package/xstroke/xstroke.mk
Normal file
17
package/xstroke/xstroke.mk
Normal file
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user