Repository 'package_bzlib_1_0'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/iuc/package_bzlib_1_0

Changeset 20:03b71df28ba2 (2015-10-19)
Previous changeset 19:7ebd16eeff6b (2015-10-10) Next changeset 21:29f79feefc77 (2015-10-19)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit d094788c200e3ecf24f2a429000c888e82131ed1
modified:
tool_dependencies.xml
b
diff -r 7ebd16eeff6b -r 03b71df28ba2 tool_dependencies.xml
--- a/tool_dependencies.xml Sat Oct 10 05:01:07 2015 -0400
+++ b/tool_dependencies.xml Mon Oct 19 16:55:59 2015 -0400
[
@@ -4,22 +4,8 @@
             <actions>
                 <!-- first action is always downloading -->
                 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action>
-                <action type="shell_command"><![CDATA[
-                    if [ "$(uname -s)" = "Linux" ]
-                    then
-                        make -f Makefile-libbz2_so &&
-                        make &&
-                        make install PREFIX=$INSTALL_DIR/bzlib &&
-                        cp bzip2-shared $INSTALL_DIR/bzlib/bin/bzip2 &&
-                        cp -a libbz2.so* $INSTALL_DIR/bzlib/lib &&
-                        ln -s libbz2.so.1.0 $INSTALL_DIR/bzlib/lib/libbz2.so
-                    elif [ "$(uname -s)" = "Darwin" ]
-                    then
-                        make &&
-                        make install PREFIX=$INSTALL_DIR/bzlib
-                    fi
-                 ]]>
-                </action>
+                <action type="shell_command">make -f Makefile-libbz2_so</action>
+                <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action>
                 <action type="move_directory_files">
                     <source_directory>./</source_directory>
                     <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory>