easyconfigs-it4i/x/xcb-util/xcb-util-0.4.0.eb
Lukáš Krupčík 3682015acf # new file: f/freetype/freetype-2.5.3.eb
#	new file:   k/kbproto/kbproto-1.0.7.eb
#	new file:   t/Tk/Tk-8.6.4.eb
#	deleted:    t/Tk/Tk-8.6.3.eb
2017-03-29 17:13:15 +02:00

25 lines
565 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 = {'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'