mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
28 lines
765 B
Plaintext
28 lines
765 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xcb-proto'
|
|
version = '1.11'
|
|
|
|
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': 'intel', 'version': '2015b'}
|
|
|
|
source_urls = ['http://xcb.freedesktop.org/dist/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
python = 'Python'
|
|
pyver = '2.7.9'
|
|
versionsuffix = '-%s-%s' % (python, pyver)
|
|
dependencies = [(python, pyver)]
|
|
|
|
pyshortver = '.'.join(pyver.split('.')[0:2])
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/pkgconfig/xcb-proto.pc'],
|
|
'dirs': ['lib/python%s/site-packages/xcbgen' % pyshortver]
|
|
}
|
|
|
|
moduleclass = 'devel'
|