0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="mapsembler2" version="2.2.3">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://www.irisa.fr/symbiose/people/ppeterlongo/mapsembler2_2.2.3.zip</action>
|
|
7 <action type="shell_command">/bin/bash compile_all_tools.sh</action>
|
|
8 <action type="move_file">
|
|
9 <source>run_mapsembler2_pipeline.sh</source>
|
|
10 <destination>$INSTALL_DIR</destination>
|
|
11 </action>
|
|
12 <action type="chmod">
|
|
13 <file mode="755">$INSTALL_DIR/run_mapsembler2_pipeline.sh</file>
|
|
14 </action>
|
|
15 <action type="move_directory_files">
|
|
16 <source_directory>tools</source_directory>
|
|
17 <destination_directory>$INSTALL_DIR/tools</destination_directory>
|
|
18 </action>
|
|
19
|
|
20 <!-- create env.sh -->
|
|
21 <action type="set_environment">
|
|
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
23 <environment_variable name="TOOLS" action="set_to">$INSTALL_DIR/tools/</environment_variable>
|
|
24 </action>
|
|
25 </actions>
|
|
26 </install>
|
|
27 <readme>
|
|
28 This package installs mapsembler from the sources available in colib'read web site
|
|
29 </readme>
|
|
30 </package>
|
|
31 </tool_dependency>
|