2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'xkbcomp'.
|
|
|
|
pkgname=xkbcomp
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.1.1
|
2009-03-24 12:34:29 +01:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2008-10-01 05:09:19 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="XKBD keymap compiler"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663
|
2009-03-24 12:34:29 +01:00
|
|
|
long_desc="
|
2008-10-01 05:09:19 +02:00
|
|
|
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
|
|
|
most importantly the compiled keymaps used by XKB-capable X servers."
|
2009-03-24 12:34:29 +01:00
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libX11
|
|
|
|
Add_dependency full libxkbfile
|
|
|
|
Add_dependency build pkg-config
|