Mercurial > repos > cmonjeau > package_kissplice
changeset 0:9cf0b87d7b6d draft default tip
Imported from capsule None
author | cmonjeau |
---|---|
date | Fri, 05 Jun 2015 11:40:33 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jun 05 11:40:33 2015 -0400 @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="kissplice" version="2.2.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">ftp://pbil.univ-lyon1.fr/pub/logiciel/kissplice/download/kissplice-2.2.1.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> + <action type="move_directory_files"> + <source_directory>bin</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + <action type="move_directory_files"> + <source_directory>lib</source_directory> + <destination_directory>$INSTALL_DIR/lib</destination_directory> + </action> + + <!-- create env.sh --> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> + </action> + </actions> + </install> + <readme> + This package installs kissplice from the sources available in KisSplice web site + </readme> + </package> +</tool_dependency>