Mercurial > repos > fubar > package_ghostscript_9_07
view tool_dependencies.xml @ 3:10222a7db54c draft default tip
Uploaded
author | fubar |
---|---|
date | Sat, 27 Jul 2013 00:32:31 -0400 |
parents | 0cdd8d3ffebc |
children |
line wrap: on
line source
<tool_dependency> <package name="ghostscript" version="9.07"> <install version="1.0"> <actions> <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action> <action type="make_directory">$INSTALL_DIR</action> <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> ghostscript needed for compressing pdfs </readme> </package> </tool_dependency>