21 lines
651 B
Bash
21 lines
651 B
Bash
# Template build file for 'xkeyboard-config'.
|
|
pkgname=xkeyboard-config
|
|
version=2.21
|
|
revision=1
|
|
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="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/data/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=30c17049fae129fc14875656da9aa3099e3031d6ce0ee1d77aae190fd9edcec5
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|