blob: 3598d467db7a1b52f29dce179ceda15fb98a078c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
description="Set the keyboard using the X Keyboard Extension"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libx11 xorg-libxkbfile)
name=xorg-setxkbmap
version=1.1.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-1.1.0.tar.bz2)
build ()
{
cd setxkbmap-$version;
./configure --prefix=/usr --mandir=$mandir;
make;
make DESTDIR=$PKG install
}
|