Mercurial > repos > iuc > package_bzlib_1_0
view tool_dependencies.xml @ 11:b1e159ff31c2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit 45a64d82dfada34d826be98a1f7a0657f9148d59-dirty
author | galaxyp |
---|---|
date | Mon, 01 Jun 2015 21:05:38 -0400 |
parents | dc65c06c28e4 |
children | 70832954fc3c |
line wrap: on
line source
<tool_dependency> <package name="bzlib" version="1.0.6"> <install version="1.0"> <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 -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> </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> <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable> <environment_variable name="BZLIB_SOURCE_DIR" action="set_to">$INSTALL_DIR/bzlib/source</environment_variable> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib/source</environment_variable> <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable> <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib/source</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> </action> </actions> </install> <readme>Compiling bzlib requires make and a C compiler. You can access bzlib with $BZLIB_LIB_DIR and $BZLIB_INCLUDE_DIR.</readme> </package> </tool_dependency>