void-packages/srcpkgs/xkbcomp/template

20 lines
632 B
Plaintext

# Template build file for 'xkbcomp'.
pkgname=xkbcomp
version=1.2.3
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config bison"
makedepends="libX11-devel libxkbfile-devel"
short_desc="XKBD keymap compiler"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16
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."
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}