GARNAME = matchbox-keyboard
GARVERSION = 0.1
CATEGORIES = matchbox
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = bootstrap/expat matchbox/libfakekey

MASTER_SITES = http://projects.o-hand.com/matchbox/sources/matchbox-keyboard/0.1/

DESCRIPTION = matchbox-panel
define BLURB
Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard. It
will hopefully work well on various touchscreen devices from mobile
phones to tablet PCs running X Windows.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --with-expat-lib=$(libdir) --with-expat-includes=$(includedir)

include ../category.mk
