view tool_dependencies.xml @ 0:26c4906ce3ec draft default tip

Imported from capsule None
author cmonjeau
date Mon, 06 Jul 2015 11:43:46 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="lordec" version="0.5.3">
      <install version="1.0">
          <actions>
              <action type="download_by_url">http://gatb-tools.gforge.inria.fr/versions/src/LoRDEC-0.5.3-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>