easyblock = 'ConfigureMake' name = 'libxcb' 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 = SYSTEM source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] local_python = 'Python' local_pyver = '2.7.9' versionsuffix = '-%s-%s' % (local_python, local_pyver) dependencies = [ (local_python, local_pyver), ('xcb-proto', '1.11', versionsuffix), ('libXau', '1.0.8'), ('libpthread-stubs', '0.3'), ] 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'