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