# JH 2020 easyblock = 'ConfigureMake' name = 'FriBidi' version = '1.0.9' homepage = 'https://github.com/fribidi/fribidi' description = """ The Free Implementation of the Unicode Bidirectional Algorithm. """ toolchain = {'name': 'GCCcore', 'version': '8.3.0'} source_urls = [ 'https://github.com/%(namelower)s/%(namelower)s/releases/download/v%(version)s'] sources = [SOURCELOWER_TAR_XZ] builddependencies = [ ('Autotools', '20180311'), ('binutils', '2.32'), ('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'