void-packages/srcpkgs/xkeyboard-config/template

23 lines
719 B
Text
Raw Normal View History

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
2013-05-29 16:04:45 +00:00
version=2.9
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-05-29 16:04:45 +00:00
checksum=5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a
xkeyboard-config_package() {
depends="xkbcomp"
noarch="yes"
pkg_install() {
vmove usr
}
}