easyconfigs-it4i/f/freetype/freetype-2.5.3.eb
Lukas Topiarz 0e96cc8d95 oprava
2017-03-29 17:15:35 +02:00

23 lines
867 B
Plaintext

# Built with EasyBuild version 2.5.0 on 2016-02-15_15-30-41
# Built with EasyBuild version 2.1.1 on 2015-07-23_10-52-15
name = 'freetype'
version = '2.5.3'
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': 'dummy', 'version': ''}
source_urls = [GNU_SAVANNAH_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [('libpng', '1.6.12')]
sanity_check_paths = {
'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.so', 'lib/pkgconfig/freetype2.pc'],
'dirs': ['include/freetype2'],
}
moduleclass = 'vis'