view tool_dependencies.xml @ 0:d9b8df220fd5 draft

Initial upload
author fubar
date Fri, 26 Jul 2013 20:33:58 -0400
parents
children 6e04cd0a5bc3
line wrap: on
line source

<tool_dependency>
    <package name="ghostscript" version="9.07">
        <install version="1.0">
            <actions>
                <action type="make_directory">$INSTALL_DIR</action>
                <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</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>