Mercurial > repos > iuc > package_ghostscript_9_07
comparison tool_dependencies.xml @ 0:c842299349c0 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 14 Aug 2013 03:53:46 -0400 |
| parents | |
| children | 7245d8573fca |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c842299349c0 |
|---|---|
| 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="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"> | |
| 11 <repository changeset_revision="11623237372f" name="package_x11_client_1_5_proto_7_0" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 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> | |
| 28 <readme>Compiling ghostscript requires a C (typically gcc). GHOSTSCRIPT_SHARE will be exported. http://www.ghostscript.com/</readme> | |
| 29 </package> | |
| 30 </tool_dependency> |
