Mercurial > repos > iuc > package_ghostscript_9_07
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:d6b4575b35a8 | 5:641d51248b4b |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="libx11" version="1.5.0"> | 3 <package name="libx11" version="1.5.0"> |
4 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
5 </package> | |
6 <package name="libxext-proto" version="7.2.1"> | |
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" /> | |
5 </package> | 8 </package> |
6 <package name="ghostscript" version="9.07"> | 9 <package name="ghostscript" version="9.07"> |
7 <install version="1.0"> | 10 <install version="1.0"> |
8 <actions> | 11 <actions> |
9 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action> | 12 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action> |
10 <action type="set_environment_for_install"> | 13 <action type="set_environment_for_install"> |
11 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> | 14 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> |
12 <package name="libx11" version="1.5.0" /> | 15 <package name="libx11" version="1.5.0" /> |
16 </repository> | |
17 <repository changeset_revision="8a06f4f65608" name="package_libxext_proto_7_2_1" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> | |
18 <package name="libxext-proto" version="7.2.1" /> | |
13 </repository> | 19 </repository> |
14 </action> | 20 </action> |
15 | 21 |
16 <action type="shell_command"> | 22 <action type="shell_command"> |
17 ./configure --x-includes=$X11_INCLUDE_DIR --x-libraries=$X11_LIB_DIR --prefix=$INSTALL_DIR | 23 ./configure --x-includes=$X11_INCLUDE_DIR --x-libraries=$X11_LIB_DIR --prefix=$INSTALL_DIR |