Mercurial > repos > iuc > package_bzlib_1_0
comparison tool_dependencies.xml @ 20:03b71df28ba2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit d094788c200e3ecf24f2a429000c888e82131ed1
author | iuc |
---|---|
date | Mon, 19 Oct 2015 16:55:59 -0400 |
parents | 7ebd16eeff6b |
children | 29f79feefc77 |
comparison
equal
deleted
inserted
replaced
19:7ebd16eeff6b | 20:03b71df28ba2 |
---|---|
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"><![CDATA[ | 7 <action type="shell_command">make -f Makefile-libbz2_so</action> |
8 if [ "$(uname -s)" = "Linux" ] | 8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> |
9 then | |
10 make -f Makefile-libbz2_so && | |
11 make && | |
12 make install PREFIX=$INSTALL_DIR/bzlib && | |
13 cp bzip2-shared $INSTALL_DIR/bzlib/bin/bzip2 && | |
14 cp -a libbz2.so* $INSTALL_DIR/bzlib/lib && | |
15 ln -s libbz2.so.1.0 $INSTALL_DIR/bzlib/lib/libbz2.so | |
16 elif [ "$(uname -s)" = "Darwin" ] | |
17 then | |
18 make && | |
19 make install PREFIX=$INSTALL_DIR/bzlib | |
20 fi | |
21 ]]> | |
22 </action> | |
23 <action type="move_directory_files"> | 9 <action type="move_directory_files"> |
24 <source_directory>./</source_directory> | 10 <source_directory>./</source_directory> |
25 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory> | 11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory> |
26 </action> | 12 </action> |
27 <action type="set_environment"> | 13 <action type="set_environment"> |