Mercurial > repos > galaxyp > package_mono_4_0
comparison tool_dependencies.xml @ 0:fee35eef75ac draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_mono_4_0 commit 2e78dcdc56d8e693915eb3a36c275fe565a8b379
author | galaxyp |
---|---|
date | Thu, 04 Jun 2015 15:07:03 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fee35eef75ac |
---|---|
1 <tool_dependency> | |
2 <package name="mono" version="4.0"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">http://download.mono-project.com/sources/mono/mono-4.0.1.tar.bz2</action> | |
6 <action type="autoconf">--with-glib=embedded --enable-nls=no</action> | |
7 | |
8 <action type="set_environment"> | |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
11 <environment_variable name="MONO_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme>Downloading and compiling the MONO runtime engine. http://www.mono-project.com/</readme> | |
16 </package> | |
17 </tool_dependency> |