xorg/xkeyboard-config/Pkgfile

25 lines
605 B
Plaintext
Raw Normal View History

2007-01-23 19:40:13 +01:00
# Description: X keyboard configuration database
# URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2008-10-03 11:22:23 +02:00
# Depends on: xorg-xkbcomp, intltool
2007-01-23 19:40:13 +01:00
name=xkeyboard-config
2010-01-30 14:00:30 +01:00
version=1.8
2007-01-23 19:40:13 +01:00
release=1
source=(http://xlibs.freedesktop.org/xkbdesc/$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
2007-07-18 18:57:24 +02:00
2008-05-02 15:10:41 +02:00
rm -rf $PKG/usr/share/locale
2007-07-18 18:57:24 +02:00
ln -s /var/lib/xkb $PKG/usr/share/X11/xkb/compiled
2007-01-23 19:40:13 +01:00
}