annotate tool_dependencies.xml @ 0:4912e4d532cd draft default tip

Imported from capsule None
author iuc
date Tue, 09 Jun 2015 01:55:19 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
1 <tool_dependency>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
2 <package name="mono" version="4.0">
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
3 <install version="1.0">
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
4 <actions>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
5 <action type="download_by_url">http://download.mono-project.com/sources/mono/mono-4.0.1.tar.bz2</action>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
6 <action type="autoconf">--with-glib=embedded --enable-nls=no</action>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
7
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
8 <action type="set_environment">
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
11 <environment_variable name="MONO_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
12 </action>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
13 </actions>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
14 </install>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
15 <readme>Downloading and compiling the MONO runtime engine. http://www.mono-project.com/</readme>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
16 </package>
4912e4d532cd Imported from capsule None
iuc
parents:
diff changeset
17 </tool_dependency>