void-packages/srcpkgs/xkeyboard-config/template

23 lines
722 B
Text
Raw Normal View History

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
2013-10-07 07:58:07 +00:00
version=2.10.1
2012-09-27 11:58:59 +00:00
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>"
2011-06-01 11:17:12 +00:00
homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
license="MIT"
2012-05-30 06:44:16 +00:00
distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname/$pkgname-$version.tar.bz2"
2013-10-07 07:58:07 +00:00
checksum=7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b
xkeyboard-config_package() {
depends="xkbcomp"
noarch="yes"
pkg_install() {
2013-10-07 07:58:07 +00:00
vmove all
}
}