mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

modified: f/fontconfig/fontconfig-2.13.1.eb modified: i/intltool/intltool-0.51.0.eb new file: x/X11/X11-20190717.eb
26 lines
553 B
Plaintext
26 lines
553 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = "fontconfig"
|
|
version = '2.13.1'
|
|
|
|
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]
|
|
|
|
dependencies = [
|
|
('expat', '2.1.0'),
|
|
('freetype', '2.9.1'),
|
|
('gperf', '3.1'),
|
|
]
|
|
|
|
configopts = '--disable-docs '
|
|
|
|
moduleclass = 'vis'
|