Mercurial > repos > iuc > package_ghostscript_9_07
annotate tool_dependencies.xml @ 5:641d51248b4b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 10:25:49 -0400 |
parents | d6b4575b35a8 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libx11" version="1.5.0"> | |
5
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
4 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
5 </package> |
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
6 <package name="libxext-proto" version="7.2.1"> |
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
7 <repository changeset_revision="8a06f4f65608" name="package_libxext_proto_7_2_1" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 8 </package> |
9 <package name="ghostscript" version="9.07"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action> | |
13 <action type="set_environment_for_install"> | |
5
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
14 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> |
0 | 15 <package name="libx11" version="1.5.0" /> |
16 </repository> | |
5
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
17 <repository changeset_revision="8a06f4f65608" name="package_libxext_proto_7_2_1" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> |
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
18 <package name="libxext-proto" version="7.2.1" /> |
641d51248b4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
4
diff
changeset
|
19 </repository> |
0 | 20 </action> |
21 | |
22 <action type="shell_command"> | |
23 ./configure --x-includes=$X11_INCLUDE_DIR --x-libraries=$X11_LIB_DIR --prefix=$INSTALL_DIR | |
24 </action> | |
25 <action type="shell_command">make && make install</action> | |
26 | |
27 <action type="set_environment"> | |
28 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
29 <environment_variable action="set_to" name="GHOSTSCRIPT_SHARE">$INSTALL_DIR/share</environment_variable> | |
30 <environment_variable action="set_to" name="GHOSTSCRIPT_PATH">$INSTALL_DIR/share</environment_variable> | |
31 </action> | |
32 </actions> | |
33 </install> | |
4 | 34 <readme>Compiling ghostscript requires a C (typically gcc). GHOSTSCRIPT_SHARE will be exported. http://www.ghostscript.com/</readme> |
0 | 35 </package> |
36 </tool_dependency> |