view tool_dependencies.xml @ 1:dcbab64c0429 draft

Uploaded
author bgruening
date Fri, 01 Nov 2013 20:29:05 -0400
parents 1efb934d4600
children b17bbb1a41da
line wrap: on
line source

<tool_dependency>
    <package name="libgd" version="2.1.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
                <action type="shell_command">./bootstrap.sh</action>
                <action type="autoconf" />
                <action type="set_environment">
                    <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
                    <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Installs and complils libdg.
            GD is an open source code library for the dynamic creation of images by programmers. 
            GD is written in C, and "wrappers" are available for Perl, PHP and other languages. 
            GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. 
            GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. 
            While not restricted to use on the web, the most common applications of GD involve website development.
            
            http://libgd.bitbucket.org/
            
            LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set.
            LIBGD_ROOT_PATH will point to the root path of the installation.
        </readme>
    </package>
</tool_dependency>