21 lines
653 B
Bash
21 lines
653 B
Bash
# Template file for 'xkeyboard-config'
|
|
pkgname=xkeyboard-config
|
|
version=2.28
|
|
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=69adb25b0fc64e4075f8ec0eab8d869892419f474f91fb69db1713de2062bdce
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|