Mercurial > repos > cmonjeau > package_takeabreak
comparison tool_dependencies.xml @ 0:7f0c36d50519 draft default tip
Imported from capsule None
author | cmonjeau |
---|---|
date | Fri, 05 Jun 2015 11:41:02 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7f0c36d50519 |
---|---|
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> |