summaryrefslogtreecommitdiffstats
path: root/xorg/xkeyboard-config/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 20:50:18 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 20:50:18 +0100
commita18dddb24dae1033ee3b88ef73da0b8b8f5a83d9 (patch)
tree1cfddd0868b66f04f529201982154fe402b7f83c /xorg/xkeyboard-config/Pkgfile
parente464655d0a71d6b5f8f6adb21c856062c79f27a1 (diff)
downloadnutyx-pakxe-a18dddb24dae1033ee3b88ef73da0b8b8f5a83d9.tar.gz
nutyx-pakxe-a18dddb24dae1033ee3b88ef73da0b8b8f5a83d9.tar.bz2
nutyx-pakxe-a18dddb24dae1033ee3b88ef73da0b8b8f5a83d9.tar.xz
nutyx-pakxe-a18dddb24dae1033ee3b88ef73da0b8b8f5a83d9.zip
Ajout de xkeyboard-config
Diffstat (limited to 'xorg/xkeyboard-config/Pkgfile')
-rwxr-xr-xxorg/xkeyboard-config/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/xorg/xkeyboard-config/Pkgfile b/xorg/xkeyboard-config/Pkgfile
new file mode 100755
index 000000000..65b07dbe2
--- /dev/null
+++ b/xorg/xkeyboard-config/Pkgfile
@@ -0,0 +1,24 @@
+# Description: X keyboard configuration database
+# URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-xkbcomp, intltool
+
+name=xkeyboard-config
+version=1.6
+release=1
+source=(http://xlibs.freedesktop.org/xkbdesc/$name-$version.tar.bz2)
+
+build() {
+ cd xkeyboard-config-$version
+
+ ./configure --prefix=/usr \
+ --with-xkb-base=/usr/share/X11/xkb \
+ --with-xkb-rules-symlink=xorg
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share/locale
+
+ ln -s /var/lib/xkb $PKG/usr/share/X11/xkb/compiled
+}