0
|
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 && 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>
|