xorg/xorg-setxkbmap/Pkgfile

20 lines
409 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: Set the keyboard using the X Keyboard Extension
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxkbfile
2006-04-07 18:48:00 +02:00
name=xorg-setxkbmap
2015-04-17 12:45:51 +02:00
version=1.3.1
release=2
source=(https://www.x.org/releases/individual/app/setxkbmap-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd setxkbmap-$version
2015-04-17 12:45:51 +02:00
./configure \
--prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}