summaryrefslogtreecommitdiffstats
path: root/xkeyboard-config/Pkgfile
blob: 8706de2f915f500306c6f5883a23056377d5300f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description="X keyboard configuration database"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig"
depends=(xorg-xkbcomp intltool)

name=xkeyboard-config
version=2.0
release=2
source=(http://people.freedesktop.org/~svu/xkeyboard-config-2.0.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
}