14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
#%Module1.0
|
|
|
|
set whatis "modify dynamic linker and RPATH of ELF executables."
|
|
set url "http://nixos.org/patchelf.html"
|
|
set license "GNU GPL v3"
|
|
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
|
|
set help "
|
|
PatchELF is a small utility to modify the dynamic linker and RPATH of
|
|
ELF executables.
|
|
"
|
|
|
|
source $env(PSI_LIBMODULES)
|