Mercurial > repos > iuc > package_ghostscript_9_07
comparison tool_dependencies.xml @ 0:78a1335cf62d draft
Uploaded
author | iuc |
---|---|
date | Sun, 08 Dec 2013 18:45:23 -0500 |
parents | |
children | c1a807d91902 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:78a1335cf62d |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="xorg_macros" version="1.17.1"> | |
4 <repository changeset_revision="680d13c3921a" name="package_xorg_macros_1_17_1" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="libx11" version="1.5.0"> | |
7 <repository changeset_revision="164be8f52ca2" name="package_x11_client_1_5_proto_7_0" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.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="680d13c3921a" name="package_xorg_macros_1_17_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
15 <package name="xorg_macros" version="1.17.1" /> | |
16 </repository> | |
17 <repository changeset_revision="164be8f52ca2" name="package_x11_client_1_5_proto_7_0" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
18 <package name="libx11" version="1.5.0" /> | |
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 && 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> |