2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg XKB keyboard description compiler
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-15 21:30:46 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2017-10-31 15:56:42 +01:00
|
|
|
# Depends on: xorg-libxkbfile
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xkbcomp
|
2020-11-05 12:29:13 +01:00
|
|
|
version=1.4.4
|
2017-05-03 17:11:11 +02:00
|
|
|
release=1
|
2019-04-14 12:34:34 +02:00
|
|
|
source=(https://www.x.org/releases/individual/app/xkbcomp-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xkbcomp-$version
|
|
|
|
|
2015-08-12 18:06:49 +02:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|