added xstroke

This commit is contained in:
John Voltz 2008-03-06 18:38:20 +00:00
parent 2cbd4b2de5
commit e0caa0ccc3
2 changed files with 24 additions and 0 deletions

View 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

View 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))