CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libx11: Added xorg-xf86bigfontproto dependencie.
[attic/ports/xorg-cross.git] / xkeyboard-config / Pkgfile
index a94ea3c118bb1e01618395f1a65741af8c2e03cb..c31df6d29d6fc88dd0bb79c4cca06cdd3d7390b2 100644 (file)
@@ -1,7 +1,7 @@
 # Description: X keyboard configuration database
 # URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
 # Maintainer: Tilman Sauerbeck tilman at crux dot nu
-# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer System Team devel at crux-arm dot nu
 # Depends on: xorg-xkbcomp
 
 name=xkeyboard-config
@@ -12,14 +12,11 @@ source=(http://xlibs.freedesktop.org/xkbdesc/$name-$version.tar.bz2)
 build() {
   cd xkeyboard-config-$version
 
-  echo "ac_cv_path_XKBCOMP=\"$CLFS/usr/bin/xkbcomp\"" > config.cache
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --with-xkb-base=/usr/share/X11/xkb \
-              --with-xkb-rules-symlink=xorg \
-              --cache-file=config.cache
+              --with-xkb-rules-symlink=xorg
 
   make
   make DESTDIR=$PKG install