void-packages/srcpkgs/xkbcomp/template

25 lines
686 B
Plaintext

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