view tool_dependencies.xml @ 2:b17bbb1a41da draft

Uploaded
author iuc
date Tue, 05 Nov 2013 18:49:56 -0500
parents dcbab64c0429
children 016ad1de8f18
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="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>