comparison tool_dependencies.xml @ 6:3f6615b56ebb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_grep_2_14 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:24:32 -0500
parents c1cfb92833e3
children ee751bc2c822
comparison
equal deleted inserted replaced
5:c1cfb92833e3 6:3f6615b56ebb
4 <repository changeset_revision="952e9a4ddf79" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="952e9a4ddf79" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="gnu_grep" version="2.14"> 6 <package name="gnu_grep" version="2.14">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action> 9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="952e9a4ddf79" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="952e9a4ddf79" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="pcre" version="8.34" /> 12 <package name="pcre" version="8.34" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action> 15 <action type="autoconf">--enable-perl-regexp</action>
16 <action type="shell_command">make</action> 16 <action type="set_environment">
17 <action type="shell_command">make install</action> 17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
18 <action type="set_environment"> 18 </action>
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
20 </action>
21 </actions> 19 </actions>
22 </install> 20 </install>
23 <readme> 21 <readme>
24 Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/ 22 Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/
25 </readme> 23 </readme>