mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
22 lines
489 B
Plaintext
22 lines
489 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'fixesproto'
|
|
version = '5.0'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X.org FixesProto protocol headers."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/X11/extensions/xfixesproto.h',
|
|
'include/X11/extensions/xfixeswire.h'],
|
|
'dirs': ['lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|