comparison tool_dependencies.xml @ 3:10222a7db54c draft default tip

Uploaded
author fubar
date Sat, 27 Jul 2013 00:32:31 -0400
parents 0cdd8d3ffebc
children
comparison
equal deleted inserted replaced
2:0cdd8d3ffebc 3:10222a7db54c
1 <tool_dependency> 1 <tool_dependency>
2 <package name="ghostscript" version="9.07"> 2 <package name="ghostscript" version="9.07">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
5 <action type="make_directory">$INSTALL_DIR</action> 6 <action type="make_directory">$INSTALL_DIR</action>
6 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="shell_command">make install</action> 9 <action type="shell_command">make install</action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>