lars 5e3d2c1c2e [packages] Use include_mk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 23:13:32 +00:00

43 lines
1.1 KiB
Makefile

#
# Copyright (C) 2009-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=xf86-input-keyboard
PKG_VERSION:=1.4.0
PKG_RELEASE:=2
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/driver
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
PKG_MD5SUM:=fd17158ffeacecc8cc670604460cb98b
PKG_BUILD_DEPENDS:=randrproto inputproto kbproto xproto
PKG_FIXUP:=libtool
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
$(call include_mk, xorg-driver.mk)
define Package/xf86-input-keyboard
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg
TITLE:=xf86-input-keyboard
URL:=http://xorg.freedesktop.org/
endef
define Package/xf86-input-keyboard/install
$(INSTALL_DIR) $(1)/usr/lib/xorg/modules/input
$(INSTALL_DATA) \
$(PKG_INSTALL_DIR)/usr/lib/xorg/modules/input/kbd_drv.so \
$(1)/usr/lib/xorg/modules/input/
endef
$(eval $(call BuildPackage,xf86-input-keyboard))