Mercurial > repos > geert-vandeweyer > package_bamtools_2_3_0
changeset 1:def41213572b draft default tip
Corrected installation commands
author | geert-vandeweyer |
---|---|
date | Tue, 18 Feb 2014 03:56:01 -0500 |
parents | c78801ae8bb3 |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Feb 18 03:49:39 2014 -0500 +++ b/tool_dependencies.xml Tue Feb 18 03:56:01 2014 -0500 @@ -3,8 +3,9 @@ <package name="bamtools" version="2.3.0"> <install version="1.0"> <actions> - <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> - <action type="shell_command">./configure && make</action> + <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> + <action type="make_directory">build</action> + <action type="shell_command">cd build && cmake .. && make</action> <action type="move_file"> <source>bin/</source> <destination>$INSTALL_DIR/bin</destination>