0
|
1 <tool_dependency>
|
|
2 <package name="expat" version="2.1.0">
|
|
3 <install version="1.0">
|
|
4 <actions>
|
|
5 <!-- first action is always downloading -->
|
|
6 <action type="download_by_url">https://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz</action>
|
|
7 <action type="autoconf" />
|
|
8
|
|
9 <action type="set_environment">
|
|
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
|
|
12 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
|
|
13 <environment_variable name="EXPAT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
|
|
14 </action>
|
|
15 </actions>
|
|
16 </install>
|
|
17 <readme>Compiling expat requires make and a C compiler. You can access expat with $EXPAT_ROOT_DIR. http://expat.sourceforge.net/</readme>
|
|
18 </package>
|
|
19 </tool_dependency>
|