From 616f3ffc4f12528dbebb82d33fe02d10d8729bf4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Nov 2010 02:04:47 +0100 Subject: add setxkbmap to set keyboard layouts under xorg --- package/setxkbmap/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/setxkbmap/Makefile (limited to 'package/setxkbmap') diff --git a/package/setxkbmap/Makefile b/package/setxkbmap/Makefile new file mode 100644 index 000000000..08fda96ae --- /dev/null +++ b/package/setxkbmap/Makefile @@ -0,0 +1,24 @@ +# 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:= setxkbmap +PKG_VERSION:= 1.2.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 24b2b316af406898f39be56205132bb2 +PKG_DESCR:= set keyboard utility +PKG_SECTION:= x11/apps +PKG_DEPENDS:= libxkbfile +PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,SETXKBMAP,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_SETXKBMAP)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/setxkbmap \ + $(IDIR_SETXKBMAP)/usr/bin + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3