Previous changeset 0:4ce7b22bf603 (2013-08-11) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty |
modified:
tool_dependencies.xml |
b |
diff -r 4ce7b22bf603 -r ef238a8bdc1d tool_dependencies.xml --- a/tool_dependencies.xml Sun Aug 11 06:36:37 2013 -0400 +++ b/tool_dependencies.xml Fri Jul 17 10:27:41 2015 -0400 |
b |
@@ -7,6 +7,9 @@ <action type="shell_command">./configure --prefix=$INSTALL_DIR/gmagick/ --enable-shared=yes</action> <action type="shell_command">make</action> <action type="shell_command">make install</action> + <!-- drop-in replacement for imagemagick's convert --> + <action type="shell_command">echo -e '#!/usr/bin/env bash\ngm convert $@' > $INSTALL_DIR/gmagick/bin/convert</action> + <action type="shell_command">chmod +x $INSTALL_DIR/gmagick/bin/convert</action> <action type="set_environment"> <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable> |