summaryrefslogtreecommitdiff
path: root/xkeyboard-config/Pkgfile
blob: 5f7ed50bc4e041be628e220f9f41f3ff3c2f0e72 (plain)
    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 # Depends on: xorg-xkbcomp, intltool
    5 
    6 name=xkeyboard-config
    7 version=2.5
    8 release=1
    9 source=(http://www.x.org/releases/individual/data/$name/$name-$version.tar.bz2)
   10 
   11 build() {
   12 	cd xkeyboard-config-$version
   13 
   14 	./configure --prefix=/usr \
   15 	            --with-xkb-base=/usr/share/X11/xkb \
   16 	            --with-xkb-rules-symlink=xorg
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 
   21 	rm -rf $PKG/usr/share/locale
   22 
   23 	ln -s /var/lib/xkb $PKG/usr/share/X11/xkb/compiled 
   24 }

Generated by cgit