summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk')
-rw-r--r--package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk b/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk
new file mode 100644
index 000000000..a9437a7f8
--- /dev/null
+++ b/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_setxkbmap -- Controls the keyboard layout of a running X server.
+#
+################################################################################
+
+XAPP_SETXKBMAP_VERSION = 1.0.3
+XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.bz2
+XAPP_SETXKBMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_SETXKBMAP_AUTORECONF = YES
+XAPP_SETXKBMAP_DEPENDANCIES = xlib_libX11 xlib_libxkbfile
+
+$(eval $(call AUTOTARGETS,xapp_setxkbmap))