| 1234567891011121314151617181920212223242526272829 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(ADK_TOPDIR)/rules.mkPKG_NAME:=		xkeyboard-configPKG_VERSION:=		2.11PKG_RELEASE:=		1PKG_MD5SUM:=		e3defd29cc464cc1a1dfa0eebaca53b1PKG_DESCR:=		keyboard configPKG_SECTION:=		x11/miscPKG_BUILDDEP:=		util-macros xkbcompPKG_SITES:=		http://www.x.org/releases/individual/data/xkeyboard-config/DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.bz2include $(ADK_TOPDIR)/mk/package.mk$(eval $(call PKG_template,XKEYBOARD_CONFIG,xkeyboard-config,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))AUTOTOOL_STYLE:=	autoreconfxkeyboard-config-install:	${INSTALL_DIR} ${IDIR_XKEYBOARD_CONFIG}/usr/share/X11/xkb	${CP} ${WRKINST}/usr/share/X11/xkb/* \		${IDIR_XKEYBOARD_CONFIG}/usr/share/X11/xkb	rm -rf ${IDIR_XKEYBOARD_CONFIG}/usr/share/X11/xkb/symbols/sun_vndrinclude ${ADK_TOPDIR}/mk/pkg-bottom.mk
 |