Mercurial > repos > iuc > package_imagemagick_6_9_3
annotate tool_dependencies.xml @ 0:1cb6eed50cd2 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:37:58 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
1cb6eed50cd2
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"?> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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"> |
|
1cb6eed50cd2
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"> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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"> |
|
1cb6eed50cd2
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 |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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"/> |
|
1cb6eed50cd2
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"> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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 |
|
1cb6eed50cd2
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. |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
|
1cb6eed50cd2
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> |
