comparison package_ghostscript_9_07-7245d8573fca/tool_dependencies.xml @ 0:516712b2f0cb draft

Uploaded
author iuc
date Thu, 05 Dec 2013 00:21:19 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:516712b2f0cb
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="libx11" version="1.5.0">
4 <repository changeset_revision="11623237372f" name="package_x11_client_1_5_proto_7_0" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="xorg_macros" version="1.17.1">
7 <repository changeset_revision="84a6fa565c7c" name="package_xorg_macros_1_17_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
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">
14 <repository changeset_revision="11623237372f" name="package_x11_client_1_5_proto_7_0" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu">
15 <package name="libx11" version="1.5.0" />
16 </repository>
17 <repository changeset_revision="84a6fa565c7c" name="package_xorg_macros_1_17_1" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu">
18 <package name="xorg_macros" version="1.17.1" />
19 </repository>
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 &amp;&amp; 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>