# IT4Innovations # LK 2024 easyblock = 'ConfigureMake' name = 'libxcrypt' version = "4.4.36" homepage = 'https://github.com/besser82/libxcrypt' description = "libxcrypt is a modern library for one-way hashing of passwords" toolchain = {'name': 'GCC', 'version': '14.2.0'} source_urls = ['https://github.com/besser82/libxcrypt/releases/download/v%(version)s/'] sources = ['%(name)s-%(version)s.tar.xz'] checksums = ['e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943'] builddependencies = [ ('binutils', '2.42',), ] dependencies = [ ('Python', '3.12.3'), ('Perl', '5.38.2'), ] sanity_check_paths = { 'files': ['lib/libcrypt.so.1'], 'dirs': [] } moduleclass = 'lib'