view tool_dependencies.xml @ 0:dca7b4c855e5 draft default tip

Uploaded
author abretaud
date Wed, 31 Aug 2016 11:21:44 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="lordec" version="0.6">
      <install version="1.0">
          <actions>
              <action type="download_by_url">http://gatb-tools.gforge.inria.fr/versions/src/LoRDEC-0.6-Source.tar.gz</action>
		<action type="make_directory">build</action>
                <action type="change_directory">build</action>
		<action type="shell_command">cmake ..</action>
		<action type="shell_command">make</action>
                <!-- move binaries into $INSTALL_DIR -->
                <action type="move_file">
                  <source>tools/lordec-correct</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="move_file">
                  <source>tools/lordec-stat</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="move_file">
                  <source>tools/lordec-trim</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="move_file">
                  <source>tools/lordec-trim-split</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="move_file">
                  <source>tools/lordec-build-SR-graph</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <!-- create env.sh -->
                <action type="set_environment">
                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            This package installs lordec from the sources.
        </readme>
    </package>
</tool_dependency>