easyconfigs-it4i/p/PatchELF/PatchELF-0.9.eb
2019-11-06 13:27:39 +01:00

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