summaryrefslogtreecommitdiffstats
path: root/xorg-setxkbmap/Pkgfile
blob: cc84bedc3996aa6b0f67f55ade81bc8a7e4141db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Set the keyboard using the X Keyboard Extension
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX coret team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-libxkbfile
# Run on: xorg-libx11,xorg-libxkbfile

name=xorg-setxkbmap
version=1.3.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2)

build() {
	cd setxkbmap-$version

	./configure $XORG_CONFIG

	make
	make DESTDIR=$PKG install
}