easyconfigs-it4i/f/freetype/freetype-2.9.1.eb
2019-11-06 13:27:39 +01:00

40 lines
1.0 KiB
Plaintext

name = 'freetype'
version = '2.9.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 = SYSTEM
toolchainopts = {'pic': True}
source_urls = [GNU_SAVANNAH_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['ec391504e55498adceb30baceebd147a6e963f636eb617424bcfc47a169898ce']
builddependencies = [
('local_binutils', '2.30'),
]
dependencies = [
('bzip2', '1.0.6'),
('libpng', '1.6.34'),
('zlib', '1.2.11'),
]
configopts = '--enable-freetype-config --with-harfbuzz=no'
sanity_check_paths = {
'files': ['bin/freetype-config', 'lib/libfreetype.a',
'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'],
'dirs': ['include/freetype2'],
}
moduleclass = 'vis'