annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
1 <tool_dependency>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
2 <package name="expat" version="2.1.0">
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
3 <install version="1.0">
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
4 <actions>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
5 <!-- first action is always downloading -->
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="download_by_url">https://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz</action>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="autoconf" />
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
8
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
9 <action type="set_environment">
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
12 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
13 <environment_variable name="EXPAT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
14 </action>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
15 </actions>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
16 </install>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
17 <readme>Compiling expat requires make and a C compiler. You can access expat with $EXPAT_ROOT_DIR. http://expat.sourceforge.net/</readme>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
18 </package>
0b8d0fa6cea6 Imported from capsule None
iuc
parents:
diff changeset
19 </tool_dependency>