Mercurial > repos > iuc > package_graphicsmagick_1_3_20
view tool_dependencies.xml @ 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 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="graphicsmagick" version="1.3.20"> <install version="1.0"> <actions> <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="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> <readme>Compiling GraphicsMagick requires a C compiler (typically gcc). You can access the GraphicsMagick root directory (including lib/, include/ and bin/) through the $GRAPHICSMAGICK_ROOT_DIR system variable.</readme> </package> </tool_dependency>