From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xkeyboard-config/Pkgfile.old | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 xkeyboard-config/Pkgfile.old (limited to 'xkeyboard-config/Pkgfile.old') diff --git a/xkeyboard-config/Pkgfile.old b/xkeyboard-config/Pkgfile.old new file mode 100644 index 0000000..012932c --- /dev/null +++ b/xkeyboard-config/Pkgfile.old @@ -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=2.0 +release=2 +source=(http://people.freedesktop.org/~svu/$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 +} -- cgit v1.2.3-54-g00ecf