xorg/xorg-setxkbmap/Pkgfile

19 lines
404 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
2022-04-04 11:55:42 +02:00
version=1.3.3
2019-07-16 23:42:39 +02:00
release=1
2022-04-04 11:55:42 +02:00
source=(https://www.x.org/releases/individual/app/setxkbmap-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd setxkbmap-$version
2022-04-04 11:55:42 +02:00
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}