16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
# Template build file for 'xkbcomp'.
|
|
pkgname=xkbcomp
|
|
version=1.1.1
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="XKBD keymap compiler"
|
|
checksum=9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663
|
|
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 full glibc
|
|
Add_dependency full libX11
|
|
Add_dependency full libxkbfile
|
|
Add_dependency build pkg-config
|