view tool_dependencies.xml @ 3:da71d111fff4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_grep_2_14 commit e8e971905f5fce11a99d51b1399af45288389d76
author iuc
date Thu, 21 May 2015 22:47:15 -0400
parents e70c6d7f8bac
children 30b2e70d982e
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pcre" version="8.34">
        <repository changeset_revision="8dae58f96e31" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="gnu_grep" version="2.14">
        <install version="1.0">
            <actions>
            <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action>
            <action type="set_environment_for_install">
                <repository changeset_revision="8dae58f96e31" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                    <package name="pcre" version="8.34" />
                </repository>
            </action>
            <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/
        </readme>
    </package>
</tool_dependency>