comparison tool_dependencies.xml @ 2:03abe628fbe8 draft

Uploaded
author bgruening
date Tue, 24 Jun 2014 12:01:44 -0400
parents 12711c8cada7
children 3348f1acee2a
comparison
equal deleted inserted replaced
1:12711c8cada7 2:03abe628fbe8
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action> 6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
7 <action type="autoconf" /> 7 <action type="autoconf" />
8 <action type="set_environment"> 8 <action type="set_environment">
9 <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
10 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
10 <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 13 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
14 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
12 </action> 15 </action>
13 </actions> 16 </actions>
14 </install> 17 </install>
15 <readme> 18 <readme>
16 A Massively Spiffy Yet Delicately Unobtrusive Compression Library. 19 A Massively Spiffy Yet Delicately Unobtrusive Compression Library.