mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
21 lines
423 B
Plaintext
21 lines
423 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'fontsproto'
|
|
version = '2.1.3'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = "X11 font extension wire protocol"
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
toolchainopts = {'optarch': True}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_PROTO_SOURCE]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['include/X11/fonts'],
|
|
}
|
|
|
|
moduleclass = 'devel'
|