view tool_dependencies.xml @ 6:1e86d1cf79a4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_5_2 commit b'a75f476228292e406de7dce317e15b16293366d8'
author iuc
date Mon, 18 Jan 2016 10:21:15 -0500
parents 8bce7b4c1d64
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency> 
    <package name="zlib" version="1.2.8">
        <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="libpng" version="1.6.7">
        <repository changeset_revision="7da8c5e453cc" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="freetype" version="2.5.2">
        <install version="1.0">
            <actions>
                <action sha256sum="376bc32bd907cb6f1a826a9c52627747b6d95259129df0f2c8faf99491168b55" type="download_by_url">https://depot.galaxyproject.org/software/freetype/freetype_2.5.2_src_all.tar.gz</action>
                <action type="set_environment_for_install">
                    <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                        <package name="zlib" version="1.2.8" />
                    </repository>
                    <repository changeset_revision="7da8c5e453cc" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                        <package name="libpng" version="1.6.7" />
                    </repository>
                </action>
                <action type="autoconf" />
                <action type="set_environment">
                    <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable action="prepend_to" name="DYLD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/freetype2</environment_variable>
                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/freetype2</environment_variable>
                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                    <environment_variable action="set_to" name="FREETYPE_ROOT_DIR">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>