summaryrefslogtreecommitdiffstats
path: root/xkeyboard-config/Pkgfile
blob: 8da249c088e70dfc4105dc5be80d1d5949aba402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: X keyboard configuration database
# URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-xkbcomp, intltool
# Run on: xorg-xkbcomp,intltool

name=xkeyboard-config
version=2.5.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/data/$name-$version.tar.bz2)

build() {
	cd xkeyboard-config-$version
	./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg
	make
	make DESTDIR=$PKG install
}