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