Mercurial > repos > iuc > package_graphicsmagick_1_3_20
changeset 2:f2855f4cbc8f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3_20 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 10:28:28 -0400 |
parents | d87c457bbbc2 |
children | 0f9047de2cbc |
files | tool_dependencies.xml |
diffstat | 1 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Aug 28 04:26:40 2014 -0400 +++ b/tool_dependencies.xml Fri Jul 17 10:28:28 2015 -0400 @@ -2,15 +2,11 @@ <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/download</action> - <action type="shell_command">mkdir $INSTALL_DIR/gm</action> - <action type="shell_command">./configure --prefix=$INSTALL_DIR/gm --enable-shared=yes</action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> - + <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.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/gm</environment_variable> - <environment_variable name="PATH" action="append_to">$INSTALL_DIR/gm/bin</environment_variable> + <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> </action> </actions> </install>