Mercurial > repos > iuc > package_imagemagick_6_9_3
comparison tool_dependencies.xml @ 0:942ae5bafee3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_imagemagick_6_9_3 commit 09872476567320942381c809c574e99d4b090bea
author | iuc |
---|---|
date | Tue, 16 Feb 2016 14:38:16 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:942ae5bafee3 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="imagemagick" version="6.9.3"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url" sha256sum="5617e14d624be393209d77674b935165bddc797e65661774f81785f6c05ca0e9"> | |
7 https://depot.galaxyproject.org/software/ImageMagick/ImageMagick_6.9.3_src_all.tar.gz | |
8 </action> | |
9 <action type="autoconf"/> | |
10 <action type="set_environment"> | |
11 <environment_variable name="IMAGEMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | |
12 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable> | |
13 </action> | |
14 </actions> | |
15 </install> | |
16 <readme> | |
17 Compiling ImageMagick requires a C compiler (typically gcc). You can access the ImageMagick root directory | |
18 (including lib/, include/ and bin/) through the $IMAGEMAGICK_ROOT_DIR system variable. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |