18 lines
597 B
Text
18 lines
597 B
Text
# Template build file for 'xkbcomp'.
|
|
pkgname=xkbcomp
|
|
version=1.2.0
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="XKBD keymap compiler"
|
|
checksum=2c64aa414755e764ca548ae5c93e95f7b5bbd5e01bca16bf226fd32bfae77ea4
|
|
long_desc="
|
|
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
|
most importantly the compiled keymaps used by XKB-capable X servers."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run libX11
|
|
Add_dependency run libxkbfile
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libxkbfile
|