easyconfigs-it4i/f/freetype/freetype-2.8.eb
Lukáš Krupčík 199cff5c45 modified: f/freetype/freetype-2.8.eb
modified:   m/matplotlib/matplotlib-2.1.1-Py-2.7.eb
	new file:   p/PSI4/timer.dat
	new file:   p/pmx/pmx-2.0-Py-2.7.eb
	deleted:    p/pmx/pmx-20190115-Py-2.7.eb
2020-04-07 11:02:30 +02:00

26 lines
753 B
Plaintext

name = 'freetype'
version = '2.8'
homepage = 'http://freetype.org'
description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and
portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display
servers, font conversion tools, text image generation tools, and many other products as well."""
toolchain = SYSTEM
source_urls = [GNU_SAVANNAH_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [('libpng', '1.6.37')]
sanity_check_paths = {
'files': [
'bin/freetype-config',
'lib/libfreetype.a',
'lib/libfreetype.so',
'lib/pkgconfig/freetype2.pc'],
'dirs': ['include/freetype2'],
}
moduleclass = 'vis'