summaryrefslogtreecommitdiffstats
path: root/xorg/xkeyboard-config/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 20:01:55 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 20:01:55 +0100
commit9db0400010cebce40ec0853cecef39d73bde4522 (patch)
tree8c941425f251585d2937bcea5af0023e1148625f /xorg/xkeyboard-config/Pkgfile
parent86e0a0e0699cbd657aa51807ed91705aa6e6dbc6 (diff)
downloadnutyx-extra-9db0400010cebce40ec0853cecef39d73bde4522.tar.gz
nutyx-extra-9db0400010cebce40ec0853cecef39d73bde4522.tar.bz2
nutyx-extra-9db0400010cebce40ec0853cecef39d73bde4522.tar.xz
nutyx-extra-9db0400010cebce40ec0853cecef39d73bde4522.zip
xkeyboard-config, port adapté
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
}