summaryrefslogtreecommitdiffstats
path: root/xorg-setxkbmap/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-setxkbmap/Pkgfile')
-rw-r--r--xorg-setxkbmap/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile
new file mode 100644
index 000000000..1164c20d7
--- /dev/null
+++ b/xorg-setxkbmap/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Set the keyboard using the X Keyboard Extension
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX coret team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-libxkbfile
+# Run on: xorg-libx11,xorg-libxkbfile
+
+name=xorg-setxkbmap
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2)
+
+build() {
+ cd setxkbmap-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}