mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
24 lines
828 B
Plaintext
24 lines
828 B
Plaintext
name = 'freetype'
|
|
version = '2.6.1'
|
|
|
|
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 = {'name': 'intel', 'version': '2015b'}
|
|
|
|
source_urls = [GNU_SAVANNAH_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
libpngver = '1.6.19'
|
|
versionsuffix = '-libpng-%s' % libpngver
|
|
dependencies = [('libpng', libpngver)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'],
|
|
'dirs': ['include/freetype2'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|