0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="libx11" version="1.5.0">
|
4
|
4 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
|
6 <package name="ghostscript" version="9.07">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
|
|
10 <action type="set_environment_for_install">
|
4
|
11 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu">
|
0
|
12 <package name="libx11" version="1.5.0" />
|
|
13 </repository>
|
|
14 </action>
|
|
15
|
|
16 <action type="shell_command">
|
|
17 ./configure --x-includes=$X11_INCLUDE_DIR --x-libraries=$X11_LIB_DIR --prefix=$INSTALL_DIR
|
|
18 </action>
|
|
19 <action type="shell_command">make && make install</action>
|
|
20
|
|
21 <action type="set_environment">
|
|
22 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
23 <environment_variable action="set_to" name="GHOSTSCRIPT_SHARE">$INSTALL_DIR/share</environment_variable>
|
|
24 <environment_variable action="set_to" name="GHOSTSCRIPT_PATH">$INSTALL_DIR/share</environment_variable>
|
|
25 </action>
|
|
26 </actions>
|
|
27 </install>
|
4
|
28 <readme>Compiling ghostscript requires a C (typically gcc). GHOSTSCRIPT_SHARE will be exported. http://www.ghostscript.com/</readme>
|
0
|
29 </package>
|
|
30 </tool_dependency>
|