21 lines
653 B
Bash
21 lines
653 B
Bash
# Template file for 'xkeyboard-config'
|
|
pkgname=xkeyboard-config
|
|
version=2.27
|
|
revision=1
|
|
archs=noarch
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
|
|
distfiles="${XORG_SITE}/data/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|