comparison tool_dependencies.xml @ 0:3d76021b690e draft

Imported from capsule None
author devteam
date Thu, 23 Jan 2014 12:30:37 -0500
parents
children 4f038e0e284a
comparison
equal deleted inserted replaced
-1:000000000000 0:3d76021b690e
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="SICER" version="1.1">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://home.gwu.edu/~wpeng/SICER_V1.1.tgz</action>
7 <action type="move_directory_files">
8 <source_directory>.</source_directory>
9 <destination_directory>$INSTALL_DIR</destination_directory>
10 </action>
11 <action type="shell_command">sed -i 's#PATHTO=.\+#PATHTO=$INSTALL_DIR#' $INSTALL_DIR/SICER/*.sh</action>
12 <action type="shell_command">sed -i 's#SICER=.\+#SICER=$INSTALL_DIR/SICER#' $INSTALL_DIR/SICER/*.sh</action>
13 <action type="chmod">
14 <file mode="755">$INSTALL_DIR/SICER/SICER.sh</file>
15 </action>
16 <action type="set_environment">
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/SICER</environment_variable>
18 </action>
19 </actions>
20 </install>
21 <readme></readme>
22 </package>
23 </tool_dependency>