easyconfigs-it4i/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0.eb

25 lines
547 B
Plaintext

easyblock = 'ConfigureMake'
name = 'xcb-util-keysyms'
version = '0.4.0'
homepage = 'http://xcb.freedesktop.org/'
description = """The xcb-util-keysyms package contains a library for
handling standard X key constants and conversion to/from keycodes."""
toolchain = {'name': 'system', 'version': ''}
source_urls = ['http://xcb.freedesktop.org/dist/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('libxcb', '1.11.1'),
]
sanity_check_paths = {
'files': ['lib/libxcb-keysyms.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'devel'