Mercurial > repos > iuc > package_mono_4_0
changeset 0:4912e4d532cd draft default tip
Imported from capsule None
author | iuc |
---|---|
date | Tue, 09 Jun 2015 01:55:19 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Jun 09 01:55:19 2015 -0400 @@ -0,0 +1,17 @@ +<tool_dependency> + <package name="mono" version="4.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://download.mono-project.com/sources/mono/mono-4.0.1.tar.bz2</action> + <action type="autoconf">--with-glib=embedded --enable-nls=no</action> + + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="MONO_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme>Downloading and compiling the MONO runtime engine. http://www.mono-project.com/</readme> + </package> +</tool_dependency>