# IT4Innovations # LK 2024 easyblock = 'ConfigureMake' name = 'libiconv' version = '1.17' homepage = 'https://www.gnu.org/software/libiconv' description = "Libiconv converts from one character encoding to another through Unicode conversion" toolchain = {'name': 'GCCcore', 'version': '14.2.0'} source_urls = [GNU_SOURCE] sources = [SOURCE_TAR_GZ] checksums = ['8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313'] builddependencies = [('binutils', '2.42')] sanity_check_paths = { 'files': ['bin/iconv', 'include/iconv.h', 'include/libcharset.h', 'include/localcharset.h', 'lib/libcharset.a', 'lib/libcharset.%s' % SHLIB_EXT, 'lib/libiconv.%s' % SHLIB_EXT], 'dirs': ['share'], } moduleclass = 'lib'