view tool_dependencies.xml @ 4:d88d844df0cb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fontconfig_2_11_1 commit 31df7a664275d7f25df62b4b907ada4a4b0a8e2f
author iuc
date Tue, 05 Jul 2016 14:09:05 -0400
parents 466900d2014a
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="freetype" version="2.5.2">
        <repository changeset_revision="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="libxml2" version="2.9.1">
        <repository changeset_revision="45b16a3ab504" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="fontconfig" version="2.11.1">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                  <action sha256sum="b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d" type="download_by_url">https://depot.galaxyproject.org/software/fontconfig/fontconfig_2.11.1_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="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                            <package name="freetype" version="2.5.2" />
                        </repository>
                        <repository changeset_revision="45b16a3ab504" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                            <package name="libxml2" version="2.9.1" />
                        </repository>
                    </action>
                    <action type="autoconf">--disable-docs --enable-libxml2</action>
                </actions>
                <actions architecture="x86_64" os="darwin">
                    <action sha256sum="b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d" type="download_by_url">https://depot.galaxyproject.org/software/fontconfig/fontconfig_2.11.1_src_all.tar.gz</action>
                    <action type="set_environment_for_install">
                        <repository changeset_revision="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                            <package name="freetype" version="2.5.2" />
                        </repository>
                        <repository changeset_revision="45b16a3ab504" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                            <package name="libxml2" version="2.9.1" />
                        </repository>
                    </action>
                    <action type="shell_command">
                        
                            export FREETYPE_LIBS="-L$FREETYPE_LIB_PATH -lfreetype" &amp;&amp;
                            export FREETYPE_CFLAGS="-I$FREETYPE_ROOT_DIR/include/freetype2" &amp;&amp;
                            ./configure --prefix=$INSTALL_DIR --disable-docs &amp;&amp;
                            make &amp;&amp;
                            make install
                        
                    </action>
                </actions>
                <action type="set_environment">
                    <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable>
                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</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/</environment_variable>
                    <environment_variable action="prepend_to" name="CPP_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>