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

24 lines
520 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 = SYSTEM
source_urls = ['http://xcb.freedesktop.org/dist/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('libxcb', '1.11.1'),
]
sanity_check_paths = {
'files': ['lib/libxcb-%s.so' % x for x in ['ewmh', 'icccm']],
'dirs': []
}
moduleclass = 'devel'