Mercurial > repos > pavanvidem > bwtool
comparison tool_dependencies.xml @ 2:536ed601756f draft default tip
Uploaded
| author | pavanvidem |
|---|---|
| date | Wed, 20 May 2015 13:16:13 -0400 |
| parents | 27f84184bbb2 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:27f84184bbb2 | 2:536ed601756f |
|---|---|
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="bwtool" version="1.0-gamma"> | 3 <package name="bwtool" version="1.0-gamma"> |
| 4 <install version="1.0"> | 4 <install version="1.0"> |
| 5 <actions> | 5 <actions> |
| 6 <action type="download_by_url">https://github.com/CRG-Barcelona/libbeato/archive/92073be13d6bd1f755238bb98ff753bc1f2ca012.tar.gz</action> | 6 <action type="download_by_url">https://github.com/CRG-Barcelona/libbeato/archive/92073be13d6bd1f755238bb98ff753bc1f2ca012.tar.gz</action> |
| 7 <action type="shell_command">configure</action> | 7 <action type="shell_command">./configure</action> |
| 8 <action type="shell_command">make</action> | 8 <action type="shell_command">make</action> |
| 9 <action type="move_directory_files"> | 9 <action type="move_directory_files"> |
| 10 <source_directory>lib</source_directory> | 10 <source_directory>lib</source_directory> |
| 11 <destination_directory>$INSTALL_DIR/lib</destination_directory> | 11 <destination_directory>$INSTALL_DIR/lib</destination_directory> |
| 12 </action> | 12 </action> |
| 13 <action type="move_directory_files"> | 13 <action type="move_directory_files"> |
| 14 <source_directory>include</source_directory> | 14 <source_directory>include</source_directory> |
| 15 <destination_directory>$INSTALL_DIR/include</destination_directory> | 15 <destination_directory>$INSTALL_DIR/include</destination_directory> |
| 16 </action> | 16 </action> |
| 17 <action type="download_by_url">https://github.com/CRG-Barcelona/bwtool/archive/v1.0-gamma.tar.gz</action> | 17 <action type="download_by_url">https://github.com/CRG-Barcelona/bwtool/archive/v1.0-gamma.tar.gz</action> |
| 18 <action type="shell_command">configure LDFLAGS="-L$INSTALL_DIR/lib" CPPFLAGS="-I$INSTALL_DIR/include"</action> | 18 <action type="shell_command">./configure LDFLAGS="-L$INSTALL_DIR/lib" CPPFLAGS="-I$INSTALL_DIR/include"</action> |
| 19 <action type="shell_command">make</action> | 19 <action type="shell_command">make</action> |
| 20 <action type="shell_command">rm -r $INSTALL_DIR/lib $INSTALL_DIR/include</action> | 20 <action type="shell_command">rm -r $INSTALL_DIR/lib $INSTALL_DIR/include</action> |
| 21 <action type="move_directory_files"> | 21 <action type="move_directory_files"> |
| 22 <source_directory>bin</source_directory> | 22 <source_directory>bin</source_directory> |
| 23 <destination_directory>$INSTALL_DIR/bin</destination_directory> | 23 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
