easyconfigs-it4i/p/PatchELF/PatchELF-0.9.eb

22 lines
478 B
Plaintext

# 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 = {'name': 'system', 'version': ''}
source_urls = ['https://nixos.org/releases/patchelf/patchelf-0.9/']
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': ["bin/patchelf"],
'dirs': [],
}
moduleclass = 'tools'