view tool_dependencies.xml @ 3:e6939e49a36b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_4 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:23:35 -0400
parents 022adf7d6195
children b32452aa80dc
line wrap: on
line source

<tool_dependency>
    <package name="freetype" version="2.4.11">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
                <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable>
                    <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
                    <environment_variable name="FREETYPE_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
                    <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>
                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable>
                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/freetype/lib/pkgconfig</environment_variable>
                    <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/freetype/lib</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Compiling freetype requires a C compiler (typically gcc).</readme>
    </package>
</tool_dependency>