mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-23 23:11:22 +01:00
Merge branch 'easyconfigs-it4i-anselm' into 'master'
Easyconfigs it4i anselm See merge request !4
This commit is contained in:
commit
ab4d425258
24
x/xcb-util/xcb-util-0.4.0.eb
Normal file
24
x/xcb-util/xcb-util-0.4.0.eb
Normal file
@ -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'
|
Loading…
x
Reference in New Issue
Block a user