Mercurial > repos > iuc > package_bzlib_1_0
comparison tool_dependencies.xml @ 14:6ebf4fdf5359 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit 4c44b550f39ec90756c7bf5277fa1341de767bfd-dirty
| author | iuc |
|---|---|
| date | Thu, 03 Sep 2015 19:19:56 -0400 |
| parents | 0d0ccd64f5d7 |
| children | 4571a1e192e2 |
comparison
equal
deleted
inserted
replaced
| 13:0d0ccd64f5d7 | 14:6ebf4fdf5359 |
|---|---|
| 2 <package name="bzlib" version="1.0.6"> | 2 <package name="bzlib" version="1.0.6"> |
| 3 <install version="1.0"> | 3 <install version="1.0"> |
| 4 <actions> | 4 <actions> |
| 5 <!-- first action is always downloading --> | 5 <!-- first action is always downloading --> |
| 6 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action> | 6 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action> |
| 7 <action type="shell_command">make</action> | 7 <action type="shell_command">make -f Makefile-libbz2_so</action> |
| 8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> | 8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> |
| 9 <action type="move_directory_files"> | 9 <action type="move_directory_files"> |
| 10 <source_directory>./</source_directory> | 10 <source_directory>./</source_directory> |
| 11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory> | 11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory> |
| 12 </action> | 12 </action> |
