mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
22 lines
451 B
Plaintext
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'
|