easyconfigs-it4i/x/xcb-util-image/xcb-util-image-0.4.0-foss-2016a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

24 lines
505 B
Plaintext

easyblock = 'ConfigureMake'
name = 'xcb-util-image'
version = '0.4.0'
homepage = 'http://xcb.freedesktop.org/'
description = """The xcb-util-image package provides additional extensions to the XCB library."""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = ['http://xcb.freedesktop.org/dist/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('xcb-util', '0.4.0'),
]
sanity_check_paths = {
'files': ['lib/libxcb-image.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'devel'