comparison tool_dependencies.xml @ 0:98807f0505f0 draft default tip

Uploaded
author jankanis
date Wed, 04 Jun 2014 09:55:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:98807f0505f0
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="libxml2" version="2.9.1">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR --without-python</action>
8 <action type="shell_command">make &amp;&amp; make install</action>
9 <action type="set_environment">
10 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
12 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
13 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
14 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
15 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
16 </action>
17 </actions>
18 </install>
19 <readme></readme>
20 </package>
21 </tool_dependency>