void-packages/srcpkgs/xkeyboard-config/template
2013-10-07 09:58:07 +02:00

23 lines
722 B
Plaintext

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
version=2.10.1
revision=1
build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
hostmakedepends="pkg-config libxslt intltool"
makedepends="libX11-devel xkbcomp"
short_desc="X Keyboard Configuration Database"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
license="MIT"
distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname/$pkgname-$version.tar.bz2"
checksum=7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b
xkeyboard-config_package() {
depends="xkbcomp"
noarch="yes"
pkg_install() {
vmove all
}
}