easyblock = 'ConfigureMake' name = 'XKeyboardConfig' version = '2.21' 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 = SYSTEM source_urls = ['http://ftp.x.org/pub/individual/data/xkeyboard-config/'] sources = ['xkeyboard-config-%(version)s.tar.bz2'] builddependencies = [ ('X11', '20170314'), ('libX11', '1.6.3'), ] dependencies = [ ('intltool', '0.51.0') ] # 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'