19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
# Description: xorg XKB keyboard description compiler
|
|
# URL: https://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
# Depends on: xorg-libxkbfile
|
|
|
|
name=xorg-xkbcomp
|
|
version=1.4.7
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/app/xkbcomp-$version.tar.xz)
|
|
|
|
build() {
|
|
cd xkbcomp-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG pkgconfigdir=/usr/share/pkgconfig install
|
|
}
|