Mercurial > repos > bgruening > package_bzlib_1_0
changeset 2:5ef38d6eed80
Uploaded
author | bgruening |
---|---|
date | Fri, 26 Apr 2013 06:43:37 -0400 |
parents | b9fe39021708 |
children | 58a38de96f9b |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Apr 26 06:35:34 2013 -0400 +++ b/tool_dependencies.xml Fri Apr 26 06:43:37 2013 -0400 @@ -4,13 +4,12 @@ <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">make</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/source</destination_directory> </action> - <action type="shell_command">make</action> - <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> - <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bzlib/bin</environment_variable> <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable>