easyconfigs-it4i/x/xcb-util/xcb-util-0.4.0.eb
2019-11-06 13:27:39 +01:00

25 lines
539 B
Plaintext

easyblock = 'ConfigureMake'
name = 'xcb-util'
version = '0.4.0'
homepage = 'http://xcb.freedesktop.org/'
description = """The xcb-util package provides additional extensions to the XCB library,
many that were previously found in Xlib, but are not part of core X protocol"""
toolchain = SYSTEM
source_urls = ['http://xcb.freedesktop.org/dist/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('libxcb', '1.11.1'),
]
sanity_check_paths = {
'files': ['lib/libxcb-util.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'devel'