0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="takeabreak" version="1.1.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://colibread.inria.fr/files/2014/01/TakeABreak-1.1.0-Source.tar_.gz</action>
|
|
7 <action type="shell_command">/bin/bash INSTALL</action>
|
|
8
|
|
9 <action type="move_file">
|
|
10 <source>build/TakeABreak</source>
|
|
11 <destination>$INSTALL_DIR</destination>
|
|
12 </action>
|
|
13
|
|
14 <!-- create env.sh -->
|
|
15 <action type="set_environment">
|
|
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
|
|
17 </action>
|
|
18 </actions>
|
|
19 </install>
|
|
20 <readme>
|
|
21 This package installs dbgh5 and TakeABreak from the sources available in the Colib'reads web site
|
|
22 </readme>
|
|
23 </package>
|
|
24 </tool_dependency>
|