mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
21 lines
537 B
Plaintext
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'
|