view tool_dependencies.xml @ 0:48c84c1cab2b draft default tip

Imported from capsule None
author devteam
date Mon, 27 Jan 2014 09:25:04 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="SICER" version="1.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://home.gwu.edu/~wpeng/SICER_V1.1.tgz</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>
                <action type="shell_command">sed -i 's#PATHTO=.\+#PATHTO=$INSTALL_DIR#' $INSTALL_DIR/SICER/*.sh</action>
                <action type="shell_command">sed -i 's#SICER=.\+#SICER=$INSTALL_DIR/SICER#' $INSTALL_DIR/SICER/*.sh</action>
                <action type="chmod">
                    <file mode="755">$INSTALL_DIR/SICER/SICER.sh</file>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/SICER</environment_variable>
                </action>
            </actions>
        </install>
        <readme></readme>
    </package>
</tool_dependency>