void-packages/srcpkgs/xkeyboard-config/template
2013-05-29 18:04:45 +02:00

23 lines
719 B
Plaintext

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
version=2.9
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=5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a
xkeyboard-config_package() {
depends="xkbcomp"
noarch="yes"
pkg_install() {
vmove usr
}
}