summaryrefslogtreecommitdiff
path: root/package/xf86-input-keyboard/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-03 14:46:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-03 14:46:05 +0100
commit7d768fd32415a15d0e3c87aa4cab0b1bafda2fda (patch)
treefbd48bb781a1a4c77923c943470a846bae74563b /package/xf86-input-keyboard/Makefile
parent346790c2be17ed59c7962f4f0918aa0e125543e2 (diff)
add xf86 mouse and keyboard support
got patch from joerg seitter. slightly modified. runtime testing done by joerg.
Diffstat (limited to 'package/xf86-input-keyboard/Makefile')
-rw-r--r--package/xf86-input-keyboard/Makefile32
1 files changed, 32 insertions, 0 deletions
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
+