Mercurial > repos > geert-vandeweyer > package_bamtools_2_3_0
comparison tool_dependencies.xml @ 1:def41213572b draft default tip
Corrected installation commands
author | geert-vandeweyer |
---|---|
date | Tue, 18 Feb 2014 03:56:01 -0500 |
parents | c78801ae8bb3 |
children |
comparison
equal
deleted
inserted
replaced
0:c78801ae8bb3 | 1:def41213572b |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="bamtools" version="2.3.0"> | 3 <package name="bamtools" version="2.3.0"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> | 6 <action type="download_by_url" target_filename="bamtools-2.3.0.tar.gz">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> |
7 <action type="shell_command">./configure && make</action> | 7 <action type="make_directory">build</action> |
8 <action type="shell_command">cd build && cmake .. && make</action> | |
8 <action type="move_file"> | 9 <action type="move_file"> |
9 <source>bin/</source> | 10 <source>bin/</source> |
10 <destination>$INSTALL_DIR/bin</destination> | 11 <destination>$INSTALL_DIR/bin</destination> |
11 </action> | 12 </action> |
12 <action type="set_environment"> | 13 <action type="set_environment"> |