xorg/xorg-setxkbmap/Pkgfile
2009-07-10 19:54:28 +02:00

19 lines
444 B
Plaintext

# Description: Set the keyboard using the X Keyboard Extension
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libx11, xorg-libxkbfile
name=xorg-setxkbmap
version=1.1.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2)
build() {
cd setxkbmap-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}