void-packages/srcpkgs/xkeyboard-config/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

24 lines
1 KiB
Plaintext

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
version=2.4.1
distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
short_desc="X Keyboard Configuration Database"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
license="MIT"
checksum=f048bdd6e3d71c621b5a47a7ee72d691eda1922e0e07808b157b292e0c857a0a
long_desc="
The xkeyboard-config package provides a non-arch keyboard configuration
database for the X Window System with support for non-standard
keyboards, national layouts and options. The goal is to provide
the consistent, well-structured, frequently released open source
of X keyboard configuration data for free, open source and commercial
X implementations. The project is targeted to XKB-based systems."
noarch=yes
Add_dependency full xkbcomp
Add_dependency build intltool
Add_dependency build libX11-devel