easyconfigs-it4i/l/libpthread-stubs/libpthread-stubs-0.4.eb
2019-11-06 13:27:39 +01:00

21 lines
537 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libpthread-stubs'
version = '0.4'
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."""
source_urls = ['http://xcb.freedesktop.org/dist/']
sources = [SOURCELOWER_TAR_GZ]
toolchain = SYSTEM
sanity_check_paths = {
'files': ['lib/pkgconfig/pthread-stubs.pc'],
'dirs': [],
}
moduleclass = 'lib'