easyconfigs-it4i/f/FriBidi/FriBidi-1.0.2.eb
Lukáš Krupčík 7186a3415a modified: c/cairo/cairo-1.14.12.eb
new file:   f/FriBidi/FriBidi-1.0.2.eb
	new file:   f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb
	new file:   f/freetype/freetype-2.9.1-libpng-1.6.34.eb
	new file:   g/GLib/GLib-2.56.1.eb
	new file:   g/GObject-Introspection/GObject-Introspection-1.52.0.eb
	new file:   g/GObject-Introspection/GObject-Introspection-1.56.1.eb
	new file:   g/gnuplot/.gnuplot-5.2.3.eb.swp
	modified:   g/gnuplot/gnuplot-5.0.6-GCC-6.3.0-2.27.eb
	new file:   g/gnuplot/gnuplot-5.2.3.eb
	new file:   h/HarfBuzz/HarfBuzz-1.7.6.eb
	new file:   l/LibUUID/LibUUID-1.0.3.eb
	new file:   l/libgd/libgd-2.2.5.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-1.5.3.eb
	new file:   l/libpng/libpng-1.6.34.eb
	new file:   n/NASM/NASM-2.13.03.eb
	new file:   p/Pango/Pango-1.42.1.eb
	modified:   x/X11/X11-20170314.eb


Former-commit-id: 0f3703e98739cc0d5678ef5f9fc38320ceafbbd5
2018-05-21 16:51:46 +02:00

35 lines
817 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'FriBidi'
version = '1.0.2'
homepage = 'https://github.com/fribidi/fribidi'
description = """
The Free Implementation of the Unicode Bidirectional Algorithm.
"""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://github.com/%(namelower)s/%(namelower)s/releases/download/v%(version)s']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['bd6d1b530c4f6066f42461200ed6a31f2db8db208570ea4ccaab2b935e88832b']
builddependencies = [
('Autotools', '20150215'),
('binutils', '2.27'),
('pkg-config', '0.29.2'),
]
configopts = '--disable-docs'
sanity_check_paths = {
'files': ['bin/%(namelower)s', 'include/%(namelower)s/%(namelower)s.h',
'lib/lib%%(namelower)s.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'lang'