Mercurial > repos > iuc > package_imagemagick_6_9_3
changeset 0:942ae5bafee3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_imagemagick_6_9_3 commit 09872476567320942381c809c574e99d4b090bea
author | iuc |
---|---|
date | Tue, 16 Feb 2016 14:38:16 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Feb 16 14:38:16 2016 -0500 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="imagemagick" version="6.9.3"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="5617e14d624be393209d77674b935165bddc797e65661774f81785f6c05ca0e9"> + https://depot.galaxyproject.org/software/ImageMagick/ImageMagick_6.9.3_src_all.tar.gz + </action> + <action type="autoconf"/> + <action type="set_environment"> + <environment_variable name="IMAGEMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Compiling ImageMagick requires a C compiler (typically gcc). You can access the ImageMagick root directory + (including lib/, include/ and bin/) through the $IMAGEMAGICK_ROOT_DIR system variable. + </readme> + </package> +</tool_dependency>