Mercurial > repos > cmonjeau > package_lordec_0_5_3
comparison tool_dependencies.xml @ 0:26c4906ce3ec draft default tip
Imported from capsule None
author | cmonjeau |
---|---|
date | Mon, 06 Jul 2015 11:43:46 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:26c4906ce3ec |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="lordec" version="0.5.3"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://gatb-tools.gforge.inria.fr/versions/src/LoRDEC-0.5.3-Source.tar.gz</action> | |
7 <action type="make_directory">build</action> | |
8 <action type="change_directory">build</action> | |
9 <action type="shell_command">cmake ..</action> | |
10 <action type="shell_command">make</action> | |
11 <!-- move binaries into $INSTALL_DIR --> | |
12 <action type="move_file"> | |
13 <source>tools/lordec-correct</source> | |
14 <destination>$INSTALL_DIR</destination> | |
15 </action> | |
16 <action type="move_file"> | |
17 <source>tools/lordec-stat</source> | |
18 <destination>$INSTALL_DIR</destination> | |
19 </action> | |
20 <action type="move_file"> | |
21 <source>tools/lordec-trim</source> | |
22 <destination>$INSTALL_DIR</destination> | |
23 </action> | |
24 <action type="move_file"> | |
25 <source>tools/lordec-trim-split</source> | |
26 <destination>$INSTALL_DIR</destination> | |
27 </action> | |
28 <action type="move_file"> | |
29 <source>tools/lordec-build-SR-graph</source> | |
30 <destination>$INSTALL_DIR</destination> | |
31 </action> | |
32 <!-- create env.sh --> | |
33 <action type="set_environment"> | |
34 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable> | |
35 </action> | |
36 </actions> | |
37 </install> | |
38 <readme> | |
39 This package installs lordec from the sources. | |
40 </readme> | |
41 </package> | |
42 </tool_dependency> |