Mercurial > repos > iuc > package_expat_2_1
comparison tool_dependencies.xml @ 0:0b8d0fa6cea6 draft default tip
Imported from capsule None
author | iuc |
---|---|
date | Sat, 01 Mar 2014 14:07:58 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0b8d0fa6cea6 |
---|---|
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> |