# IT4Innovations 2018 easyblock = 'ConfigureMake' name = 'PatchELF' version = '0.9' homepage = 'https://nixos.org/patchelf.html' description = 'PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables.' toolchain = SYSTEM source_urls = ['https://nixos.org/releases/patchelf/patchelf-0.9/'] sources = [SOURCELOWER_TAR_GZ] sanity_check_paths = { 'files': ["bin/patchelf"], 'dirs': [], } moduleclass = 'tools'