view tool_dependencies.xml @ 4:ef50c68649b3

Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.
author devteam
date Wed, 19 Jun 2013 11:16:21 -0400
parents 3e33c6853fb2
children 6497bda10432
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="emboss" version="5.0.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz</action>
                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
            </actions>
            <actions>
                <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz</action>
                <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
            </actions>
        </install>
        <readme>
Compiling the Emboss binaries requires the X11 client libraries and header files.

These links provide information for building the Emboss package in most environments.

System requirements
http://emboss.sourceforge.net/download/#Requirements

Platform-dependent notes
http://emboss.sourceforge.net/download/#Platforms
        </readme>
    </package>
</tool_dependency>