easyconfigs-it4i/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b.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
569 B
Plaintext

easyblock = 'ConfigureMake'
name = 'xcb-util-wm'
version = '0.4.1'
homepage = 'http://xcb.freedesktop.org/'
description = """The xcb-util-wm package contains libraries which provide client and window-manager helpers for EWMH and ICCCM."""
toolchain = {'name': 'intel', 'version': '2015b'}
source_urls = ['http://xcb.freedesktop.org/dist/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('libxcb', '1.11.1', '-Python-2.7.10'),
]
sanity_check_paths = {
'files': ['lib/libxcb-%s.so' % x for x in ['ewmh', 'icccm']],
'dirs': []
}
moduleclass = 'devel'