Merge branch 'easyconfigs-it4i-anselm' into 'master'

Easyconfigs it4i anselm

See merge request 
This commit is contained in:
Lukáš Krupčík 2017-03-29 17:17:15 +02:00
commit ab4d425258

@ -0,0 +1,24 @@
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 = {'name': 'dummy', 'version': ''}
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'