1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= e24a73669007fa3b280eba4bdc7f75715aeb2e394bf2d63f5cc872502ddde264
10 PKG_DESCR
:= set keyboard utility
11 PKG_SECTION
:= x11
/utils
12 PKG_DEPENDS
:= libxkbfile
13 PKG_SITES
:= http
://www.x.org
/releases
/individual
/app
/
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,SETXKBMAP
,setxkbmap
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 $(INSTALL_DIR
) $(IDIR_SETXKBMAP
)/usr
/bin
23 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/setxkbmap \
24 $(IDIR_SETXKBMAP
)/usr
/bin
26 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk