annotate tool_dependencies.xml @ 2:2325430456bb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ruby_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 11:08:32 -0400
parents 701ea59d5342
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
3 <package name="ruby" version="1.9">
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
4 <install version="1.0">
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
5 <actions>
1
701ea59d5342 Uploaded
iuc
parents: 0
diff changeset
6 <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.gz</action>
0
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
7
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
8 <action type="autoconf">--disable-install-doc</action>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
9 <action type="set_environment">
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
11 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
12 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
13 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
14 </action>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
15 </actions>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
16 </install>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
17 <readme>
2
2325430456bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ruby_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 1
diff changeset
18 This installs ruby 1.9.3. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity.
0
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
19 It has an elegant syntax that is natural to read and easy to write.
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
20 https://www.ruby-lang.org/
2
2325430456bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ruby_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 1
diff changeset
21
0
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
22 RUBYHOME and RUBYLIB will be set and with GALAXY_RUBY_HOME you can access the root installation directory.
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
23 </readme>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
24 </package>
aa288b5618b9 Uploaded
iuc
parents:
diff changeset
25 </tool_dependency>