void-packages/srcpkgs/xkeyboard-config/template
2016-10-07 13:08:24 +02:00

21 lines
650 B
Bash

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
version=2.19
revision=2
noarch=yes
build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
hostmakedepends="pkg-config libxslt intltool"
makedepends="libX11-devel"
depends="xkbcomp"
short_desc="X Keyboard Configuration Database"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
license="MIT"
distfiles="${XORG_SITE}/data/$pkgname/$pkgname-$version.tar.bz2"
checksum=83dfd186b9eb9ced69e01d8d8e2f15b6a79b2e30124874ef086f2d3048f45827
post_install() {
vlicense COPYING
}