Mercurial > repos > iuc > package_graphicsmagick_1_3_20
changeset 3:0f9047de2cbc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3_20 commit c31767d02eeeda7346bb33ba71ebde9189d7e4a3
author | iuc |
---|---|
date | Fri, 08 Jun 2018 05:01:21 -0400 |
parents | f2855f4cbc8f |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jul 17 10:28:28 2015 -0400 +++ b/tool_dependencies.xml Fri Jun 08 05:01:21 2018 -0400 @@ -1,12 +1,17 @@ +<?xml version="1.0"?> <tool_dependency> <package name="graphicsmagick" version="1.3.20"> <install version="1.0"> <actions> - <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.gz</action> + <action type="download_by_url" sha256sum="0f7463318f5d9a4b429655dd43642a7a93dae561360637093182fbf5ac4fdc88">https://depot.galaxyproject.org/software/GraphicsMagick/GraphicsMagick_1.3.20_src_all.tar.gz</action> <action type="autoconf">--enable-shared=yes</action> <action type="set_environment"> <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> - <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="DYLD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> </action> </actions> </install>