mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
36 lines
822 B
Plaintext
36 lines
822 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'
|