Mercurial > repos > iuc > package_bzlib_1_0
annotate 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 |
| rev | line source |
|---|---|
| 0 | 1 <tool_dependency> |
| 2 <package name="bzlib" version="1.0.6"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 2 | 5 <!-- first action is always downloading --> |
| 0 | 6 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action> |
|
20
03b71df28ba2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit d094788c200e3ecf24f2a429000c888e82131ed1
iuc
parents:
19
diff
changeset
|
7 <action type="shell_command">make -f Makefile-libbz2_so</action> |
|
03b71df28ba2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit d094788c200e3ecf24f2a429000c888e82131ed1
iuc
parents:
19
diff
changeset
|
8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> |
| 2 | 9 <action type="move_directory_files"> |
| 10 <source_directory>./</source_directory> | |
| 11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory> | |
| 12 </action> | |
| 0 | 13 <action type="set_environment"> |
| 2 | 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bzlib/bin</environment_variable> |
| 15 <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable> | |
| 16 <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable> | |
| 17 <environment_variable name="BZLIB_SOURCE_DIR" action="set_to">$INSTALL_DIR/bzlib/source</environment_variable> | |
|
8
318cd7b46435
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
7
diff
changeset
|
18 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable> |
|
13
0d0ccd64f5d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit ba7b53894c61fea9a93550f865e9ed2753a904cf
iuc
parents:
12
diff
changeset
|
19 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/source</environment_variable> |
|
8
318cd7b46435
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
7
diff
changeset
|
20 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable> |
|
13
0d0ccd64f5d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit ba7b53894c61fea9a93550f865e9ed2753a904cf
iuc
parents:
12
diff
changeset
|
21 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/source</environment_variable> |
| 3 | 22 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> |
| 23 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> | |
| 0 | 24 </action> |
| 25 </actions> | |
| 26 </install> | |
| 2 | 27 <readme>Compiling bzlib requires make and a C compiler. You can access bzlib with $BZLIB_LIB_DIR and $BZLIB_INCLUDE_DIR.</readme> |
| 0 | 28 </package> |
| 29 </tool_dependency> |
