mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
30 lines
612 B
Plaintext
30 lines
612 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'fontconfig'
|
|
version = '2.13.0'
|
|
|
|
homepage = 'http://www.freedesktop.org/software/fontconfig'
|
|
description = """Fontconfig is a library designed to provide system-wide font configuration, customization and
|
|
application access."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://www.freedesktop.org/software/fontconfig/release/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
builddependencies = [
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('freetype', '2.9.1'),
|
|
('expat', '2.2.0'),
|
|
('LibUUID', '1.0.3'),
|
|
]
|
|
|
|
configopts = '--disable-docs '
|
|
|
|
moduleclass = 'vis'
|