From 7d768fd32415a15d0e3c87aa4cab0b1bafda2fda Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Jan 2010 14:46:05 +0100 Subject: add xf86 mouse and keyboard support got patch from joerg seitter. slightly modified. runtime testing done by joerg. --- package/xf86-input-keyboard/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package/xf86-input-keyboard/Makefile (limited to 'package/xf86-input-keyboard/Makefile') diff --git a/package/xf86-input-keyboard/Makefile b/package/xf86-input-keyboard/Makefile new file mode 100644 index 000000000..062624fdc --- /dev/null +++ b/package/xf86-input-keyboard/Makefile @@ -0,0 +1,32 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= xf86-input-keyboard +PKG_VERSION:= 1.4.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= fc836be5364d80604cb11f4daacceb23 +PKG_DESCR:= X11 driver for keyboard +PKG_SECTION:= x11 +PKG_BUILDDEP+= xorg-server +PKG_DEPENDS:= xorg-server +PKG_SITES:= ${MASTER_SITE_XORG} + +PKG_TARGET_DEPENDS:= alix1c + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,XF86_INPUT_KEYBOARD,${PKG_NAME},$(PKG_VERSION)-$(PKG_RELEASE),${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +post-install: + ${INSTALL_DIR} ${IDIR_XF86_INPUT_KEYBOARD}/usr/lib/xorg/modules/input + ${CP} ${WRKINST}/usr/lib/xorg/modules/input/kbd_drv.so \ + ${IDIR_XF86_INPUT_KEYBOARD}/usr/lib/xorg/modules/input/ + +include ${TOPDIR}/mk/pkg-bottom.mk + -- cgit v1.2.3