Mercurial > repos > iracooke > package_ruby_2_0
comparison tool_dependencies.xml @ 0:055f5d2d99b5 draft default tip
planemo upload for repository https://github.com/iracooke/protk-galaxytools/tree/master/packages/package_ruby_2_0 commit 24e0fef2496984648a8a5cd5bff4d6b9b634a302-dirty
author | iracooke |
---|---|
date | Thu, 22 Oct 2015 18:35:15 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:055f5d2d99b5 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="libxml2" version="2.9.1"> | |
4 <repository changeset_revision="8b5c9cb17cb8" name="package_libxml2_2_9_1" owner="iracooke" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="readline" version="6.2"> | |
7 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="ncurses" version="5.9"> | |
10 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="ruby" version="2.0"> | |
13 <install version="1.0"> | |
14 <actions> | |
15 <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p647.tar.gz</action> | |
16 <action type="set_environment_for_install"> | |
17 <repository changeset_revision="8b5c9cb17cb8" name="package_libxml2_2_9_1" owner="iracooke" toolshed="https://toolshed.g2.bx.psu.edu"> | |
18 <package name="libxml2" version="2.9.1" /> | |
19 </repository> | |
20 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
21 <package name="readline" version="6.2" /> | |
22 </repository> | |
23 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
24 <package name="ncurses" version="5.9" /> | |
25 </repository> | |
26 </action> | |
27 | |
28 <action type="autoconf">--disable-install-doc</action> | |
29 | |
30 <action type="set_environment"> | |
31 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
32 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable> | |
33 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable> | |
34 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable> | |
35 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[LIBXML_ROOT_PATH]/lib</environment_variable> | |
36 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
37 </action> | |
38 </actions> | |
39 </install> | |
40 <readme> | |
41 This installs ruby 2.0.x. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. | |
42 It has an elegant syntax that is natural to read and easy to write. | |
43 https://www.ruby-lang.org/ | |
44 | |
45 RUBYHOME and RUBYLIB will be set and with GALAXY_RUBY_HOME you can access the root installation directory. | |
46 </readme> | |
47 </package> | |
48 </tool_dependency> |