Mercurial > repos > iuc > package_ghostscript_9_07
annotate tool_dependencies.xml @ 4:5ea650a4bc4d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
| author | iuc |
|---|---|
| date | Tue, 22 Dec 2015 19:17:09 -0500 |
| parents | a08337c218bc |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="libx11" version="1.5.0"> | |
|
4
5ea650a4bc4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
3
diff
changeset
|
4 <repository changeset_revision="2d331ead5f63" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 3 | 5 </package> |
| 6 <package name="libxext-proto" version="7.2.1"> | |
| 7 <repository changeset_revision="fc807cafcef7" name="package_libxext_proto_7_2_1" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 1 | 8 </package> |
| 0 | 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"> | |
|
4
5ea650a4bc4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ghostscript_9_07 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
3
diff
changeset
|
14 <repository changeset_revision="2d331ead5f63" name="package_libx11_1_5_0" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 15 <package name="libx11" version="1.5.0" /> |
| 16 </repository> | |
| 3 | 17 <repository changeset_revision="fc807cafcef7" name="package_libxext_proto_7_2_1" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 18 <package name="libxext-proto" version="7.2.1" /> | |
| 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> | |
| 34 <readme>Compiling ghostscript requires a C (typically gcc). GHOSTSCRIPT_SHARE will be exported. http://www.ghostscript.com/</readme> | |
| 35 </package> | |
| 36 </tool_dependency> |
