Mercurial > repos > iuc > package_graphicsmagick_1_3_20
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:f2855f4cbc8f | 3:0f9047de2cbc |
---|---|
1 <?xml version="1.0"?> | |
1 <tool_dependency> | 2 <tool_dependency> |
2 <package name="graphicsmagick" version="1.3.20"> | 3 <package name="graphicsmagick" version="1.3.20"> |
3 <install version="1.0"> | 4 <install version="1.0"> |
4 <actions> | 5 <actions> |
5 <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.gz</action> | 6 <action type="download_by_url" sha256sum="0f7463318f5d9a4b429655dd43642a7a93dae561360637093182fbf5ac4fdc88">https://depot.galaxyproject.org/software/GraphicsMagick/GraphicsMagick_1.3.20_src_all.tar.gz</action> |
6 <action type="autoconf">--enable-shared=yes</action> | 7 <action type="autoconf">--enable-shared=yes</action> |
7 <action type="set_environment"> | 8 <action type="set_environment"> |
8 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | 9 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> |
9 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable> | 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
12 <environment_variable name="DYLD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
13 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
14 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
10 </action> | 15 </action> |
11 </actions> | 16 </actions> |
12 </install> | 17 </install> |
13 <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> | 18 <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> |
14 </package> | 19 </package> |