annotate tool_dependencies.xml @ 1:ef238a8bdc1d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:27:41 -0400
parents 4ce7b22bf603
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
1 <tool_dependency>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
2 <package name="graphicsmagick" version="1.3.18">
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
3 <install version="1.0">
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
4 <actions>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
5 <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.18/GraphicsMagick-1.3.18.tar.gz</action>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
6
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/gmagick/ --enable-shared=yes</action>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
8 <action type="shell_command">make</action>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
9 <action type="shell_command">make install</action>
1
ef238a8bdc1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
10 <!-- drop-in replacement for imagemagick's convert -->
ef238a8bdc1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
11 <action type="shell_command">echo -e '#!/usr/bin/env bash\ngm convert $@' > $INSTALL_DIR/gmagick/bin/convert</action>
ef238a8bdc1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
12 <action type="shell_command">chmod +x $INSTALL_DIR/gmagick/bin/convert</action>
0
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
13
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
14 <action type="set_environment">
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
15 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
16 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/gmagick/bin</environment_variable>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
17 </action>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
18 </actions>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
19 </install>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
20 <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>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
21 </package>
4ce7b22bf603 initial upload
iuc
parents:
diff changeset
22 </tool_dependency>