easyconfigs-it4i/f/freetype/freetype-2.5.0.1-goolf-1.4.10.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

22 lines
801 B
Plaintext

name = 'freetype'
version = '2.5.0.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': 'goolf', 'version': '1.4.10'}
source_urls = ['http://download.savannah.gnu.org/releases/freetype/']
sources = [SOURCE_TAR_GZ]
dependencies = [('libpng', '1.6.6')]
sanity_check_paths = {
'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'],
'dirs': ['include/freetype2'],
}
moduleclass = 'vis'