2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg XKB keyboard description compiler
|
2022-12-10 10:50:02 +00:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2012-07-16 05:30:46 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2017-10-31 16:55:42 +01:59
|
|
|
# Depends on: xorg-libxkbfile
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xkbcomp
|
2024-02-05 06:58:00 +01:00
|
|
|
version=1.4.7
|
2017-05-03 17:11:11 +02:00
|
|
|
release=1
|
2022-12-10 10:50:02 +00:00
|
|
|
source=(https://www.x.org/releases/individual/app/xkbcomp-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xkbcomp-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
2021-03-17 12:08:57 +01:00
|
|
|
make DESTDIR=$PKG pkgconfigdir=/usr/share/pkgconfig install
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|