Mercurial > repos > iuc > package_graphicsmagick_1_3_20
comparison tool_dependencies.xml @ 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 |
comparison
equal
deleted
inserted
replaced
1:d87c457bbbc2 | 2:f2855f4cbc8f |
---|---|
1 <tool_dependency> | 1 <tool_dependency> |
2 <package name="graphicsmagick" version="1.3.20"> | 2 <package name="graphicsmagick" version="1.3.20"> |
3 <install version="1.0"> | 3 <install version="1.0"> |
4 <actions> | 4 <actions> |
5 <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.gz/download</action> | 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="shell_command">mkdir $INSTALL_DIR/gm</action> | 6 <action type="autoconf">--enable-shared=yes</action> |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/gm --enable-shared=yes</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="shell_command">make install</action> | |
10 | |
11 <action type="set_environment"> | 7 <action type="set_environment"> |
12 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gm</environment_variable> | 8 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> |
13 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/gm/bin</environment_variable> | 9 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable> |
14 </action> | 10 </action> |
15 </actions> | 11 </actions> |
16 </install> | 12 </install> |
17 <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> | 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 </package> | 14 </package> |