summaryrefslogtreecommitdiffstats
path: root/xorg/xkeyboard-config/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xkeyboard-config/Pkgfile')
-rwxr-xr-xxorg/xkeyboard-config/Pkgfile12
1 files changed, 2 insertions, 10 deletions
diff --git a/xorg/xkeyboard-config/Pkgfile b/xorg/xkeyboard-config/Pkgfile
index 6ece84157..b9fdc5a9b 100755
--- a/xorg/xkeyboard-config/Pkgfile
+++ b/xorg/xkeyboard-config/Pkgfile
@@ -1,6 +1,6 @@
# Description: X keyboard configuration database
# URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-xkbcomp, intltool
# Run on: xorg-xkbcomp,intltool
@@ -12,15 +12,7 @@ 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
-
+ ./configure $XORG_CONFIG --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
}