2019-11-06 13:27:39 +01:00

21 lines
538 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libpthread-stubs'
version = '0.3'
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'