added xvkbd

This commit is contained in:
John Voltz 2008-03-06 18:38:46 +00:00
parent e0caa0ccc3
commit 8e2c4da5bf
3 changed files with 2433 additions and 0 deletions

7
package/xvkbd/Config.in Normal file
View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_XVKBD
bool "xvkbd"
default n
help
on-screen keyboard for X
http://homepage3.nifty.com/tsato/xvkbd

File diff suppressed because it is too large Load Diff

21
package/xvkbd/xvkbd.mk Normal file
View File

@ -0,0 +1,21 @@
#############################################################
#
# xvkbd
#
#############################################################
XVKBD_VERSION = 2.8
XVKBD_SOURCE = xvkbd-$(XVKBD_VERSION).tar.gz
XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
XVKBD_AUTORECONF = NO
XVKBD_INSTALL_STAGING = NO
XVKBD_INSTALL_TARGET = YES
XVKBD_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) LD=$(TARGET_CC) \
CFLAGS="-O2 -I$(STAGING_DIR)/usr/include" USRLIBDIR="$(STAGING_DIR)/usr/lib"
XVKBD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
XVKBD_DEPENDENCIES = uclibc $(XSERVER)
$(eval $(call AUTOTARGETS,package,xvkbd))