easyconfigs-it4i/x/XKeyboardConfig/XKeyboardConfig-2.17-intel-2016a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

37 lines
1.0 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'XKeyboardConfig'
version = '2.17'
homepage = 'http://www.freedesktop.org/wiki/Software/XKeyboardConfig/'
description = """The non-arch keyboard configuration database for X Window.
The goal is to provide the consistent, well-structured,
frequently released open source of X keyboard configuration data
for X Window System implementations (free, open source and commercial).
The project is targeted to XKB-based systems."""
toolchain = {'name': 'intel', 'version': '2016a'}
source_urls = ['http://ftp.x.org/pub/individual/data/xkeyboard-config/']
sources = ['xkeyboard-config-%(version)s.tar.bz2']
builddependencies = [
('libxslt', '1.1.28'),
('gettext', '0.19.7'),
('intltool', '0.51.0', '-Perl-5.22.1'),
]
dependencies = [
('libX11', '1.6.3'),
]
# see http://www.linuxfromscratch.org/blfs/view/svn/x/xkeyboard-config.html
configopts = '--with-xkb-rules-symlink=xorg '
sanity_check_paths = {
'files': [],
'dirs': ['share/X11/xkb']
}
moduleclass = 'devel'