Mercurial > repos > abretaud > package_lordec_0_6
changeset 0:dca7b4c855e5 draft default tip
Uploaded
author | abretaud |
---|---|
date | Wed, 31 Aug 2016 11:21:44 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 42 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Aug 31 11:21:44 2016 -0400 @@ -0,0 +1,42 @@ +<?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>