19 lines
755 B
Plaintext
19 lines
755 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "ImageMagick - create, edit and convert bitmap images (magick, convert, ...)"
|
|
module-url "https://imagemagick.org/"
|
|
module-license "ImageMagick License (Apache-2.0 derived)"
|
|
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
|
|
|
|
module-help "
|
|
ImageMagick 7 command-line tools (magick, convert, mogrify, identify,
|
|
montage, ...) plus MagickCore/MagickWand/Magick++ libraries and
|
|
pkg-config files. Enabled image formats depend on the -devel RPMs
|
|
present at build time: check with `magick -list format`.
|
|
"
|
|
|
|
prepend-path PATH $PREFIX/bin
|
|
prepend-path LD_LIBRARY_PATH $PREFIX/lib
|
|
prepend-path PKG_CONFIG_PATH $PREFIX/lib/pkgconfig
|
|
prepend-path MANPATH $PREFIX/share/man
|