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
1 # Description: X keyboard configuration database
2 # URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
3 # Maintainer: Tilman Sauerbeck tilman at crux dot nu
4 # Arch Maintainer System Team devel at crux-arm dot nu
5 # Depends on: xorg-xkbcomp
6
7 name=xkeyboard-config
8 version=1.7
9 release=1
10 source=(http://xlibs.freedesktop.org/xkbdesc/$name-$version.tar.bz2)
11
12 build() {
13 cd xkeyboard-config-$version
14
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --with-xkb-base=/usr/share/X11/xkb \
19 --with-xkb-rules-symlink=xorg
20
21 make
22 make DESTDIR=$PKG install
23
24 rm -rf $PKG/usr/share/locale
25 ln -s /var/lib/xkb $PKG/usr/share/X11/xkb/compiled
26 }