|
0
|
1 <tool_dependency>
|
|
|
2 <package name="bzlib" version="1.0.6">
|
|
|
3 <install version="1.0">
|
|
|
4 <actions>
|
|
|
5 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action>
|
|
|
6 <action type="shell_command">make</action>
|
|
1
|
7 <action type="shell_command">make install PREFIX=$INSTALL_DIR</action>
|
|
0
|
8 <action type="set_environment">
|
|
1
|
9
|
|
|
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
11 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
12 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
13 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
14 <environment_variable name="BZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
0
|
15 </action>
|
|
|
16 </actions>
|
|
|
17 </install>
|
|
1
|
18 <readme>Compiling bzlib requires make and a C compiler.</readme>
|
|
0
|
19 </package>
|
|
|
20 </tool_dependency>
|