annotate tool_dependencies.xml @ 3:574845b950b5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit ba7b53894c61fea9a93550f865e9ed2753a904cf
author iuc
date Fri, 07 Aug 2015 10:46:33 -0400
parents c494aad769a8
children 1a4043ab3e99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
1 <tool_dependency>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
2 <package name="bzlib" version="1.0.6">
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
3 <install version="1.0">
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
4 <actions>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
5 <!-- first action is always downloading -->
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
6 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
7 <action type="shell_command">make</action>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
9 <action type="move_directory_files">
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
10 <source_directory>./</source_directory>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
12 </action>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
13 <action type="set_environment">
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bzlib/bin</environment_variable>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
15 <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
16 <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
17 <environment_variable name="BZLIB_SOURCE_DIR" action="set_to">$INSTALL_DIR/bzlib/source</environment_variable>
2
c494aad769a8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 1
diff changeset
18 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable>
3
574845b950b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit ba7b53894c61fea9a93550f865e9ed2753a904cf
iuc
parents: 2
diff changeset
19 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/source</environment_variable>
2
c494aad769a8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 1
diff changeset
20 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable>
3
574845b950b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit ba7b53894c61fea9a93550f865e9ed2753a904cf
iuc
parents: 2
diff changeset
21 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/source</environment_variable>
1
f744bc704064 Uploaded
bgruening
parents: 0
diff changeset
22 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable>
f744bc704064 Uploaded
bgruening
parents: 0
diff changeset
23 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable>
0
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
24 </action>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
25 </actions>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
26 </install>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
27 <readme>Compiling bzlib requires make and a C compiler. You can access bzlib with $BZLIB_LIB_DIR and $BZLIB_INCLUDE_DIR.</readme>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
28 </package>
a8d7180642fa Initial upload.
iuc
parents:
diff changeset
29 </tool_dependency>