summaryrefslogtreecommitdiffstats
path: root/xkeyboard-config/Pkgfile
blob: 1c5178011487462d6c69a469555e3712fc49fcb1 (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.6
release=1
source=(http://xorg.freedesktop.org/releases/individual/data/$name/$name-$version.tar.bz2)

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