mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxcb'
|
|
version = '1.11.1'
|
|
|
|
homepage = 'http://xcb.freedesktop.org/'
|
|
description = """The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint,
|
|
latency hiding, direct access to the protocol, improved threading support, and extensibility."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
source_urls = ['http://xcb.freedesktop.org/dist/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
builddependencies = [
|
|
('pkg-config', '0.29'),
|
|
('xcb-proto', '1.11', '', True),
|
|
('xproto', '7.0.28'),
|
|
('libpthread-stubs', '0.3'),
|
|
]
|
|
dependencies = [
|
|
('libXau', '1.0.8'),
|
|
('libXdmcp', '1.1.2'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libxcb%s.a' % x for x in ['', '-composite', '-damage', '-dpms', '-dri2', '-glx',
|
|
'-randr', '-record', '-render', '-res', '-screensaver',
|
|
'-shape', '-shm', '-sync', '-xevie', '-xf86dri', '-xfixes',
|
|
'-xinerama', '-xprint', '-xtest', '-xv', '-xvmc']],
|
|
'dirs': ['include/xcb', 'lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|