mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxcb'
|
|
version = '1.10'
|
|
|
|
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': '2014b'}
|
|
|
|
source_urls = ['http://xcb.freedesktop.org/dist/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
python = 'Python'
|
|
local_pyver = '2.7.8'
|
|
versionsuffix = '-%s-%s' % (python, local_pyver)
|
|
|
|
dependencies = [
|
|
(python, local_pyver),
|
|
('xcb-proto', '1.10', versionsuffix),
|
|
('libXau', '1.0.8'),
|
|
('libpthread-stubs', '0.3'),
|
|
]
|
|
|
|
#preconfigopts = "rm -r aclocal.m4 configure Makefile.in ltmain.sh && ./autogen.sh && "
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'lib/libxcb%s.a' %
|
|
x for x in [
|
|
'',
|
|
'-local_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'
|