Mercurial > repos > devteam > package_sicer_1_1
changeset 0:48c84c1cab2b draft default tip
Imported from capsule None
author | devteam |
---|---|
date | Mon, 27 Jan 2014 09:25:04 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jan 27 09:25:04 2014 -0500 @@ -0,0 +1,23 @@ +<?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>