xorg/xkeyboard-config/Pkgfile

27 lines
687 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
2012-07-14 10:15:51 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports 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
2013-01-30 18:09:43 +01:00
version=2.8
release=1
2012-07-14 10:15:51 +02:00
source=(http://xorg.freedesktop.org/releases/individual/data/$name/$name-$version.tar.bz2)
2007-01-23 19:40:13 +01:00
build() {
2012-07-14 10:15:51 +02:00
cd $name-$version
2007-01-23 19:40:13 +01:00
./configure --prefix=/usr \
2012-07-14 10:15:51 +02:00
--mandir=/usr/man \
2007-01-23 19:40:13 +01:00
--with-xkb-base=/usr/share/X11/xkb \
--with-xkb-rules-symlink=xorg
make -j1
2007-01-23 19:40:13 +01:00
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
2012-07-14 10:15:51 +02:00
find $PKG -name README -delete
2007-01-23 19:40:13 +01:00
}