Mercurial > repos > iuc > package_gnu_grep_2_14
comparison tool_dependencies.xml @ 2:d4d4eb7a0123 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_grep_2_14 commit 33ef87ff883d6a5814ab5b4552d7b597711cae4c
author | iuc |
---|---|
date | Sat, 27 Feb 2016 12:53:39 -0500 |
parents | 277de4987d56 |
children |
comparison
equal
deleted
inserted
replaced
1:277de4987d56 | 2:d4d4eb7a0123 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="pcre" version="8.34"> | 3 <package name="pcre" version="8.34"> |
4 <repository changeset_revision="6c44dfc77a0f" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="5cf63114d17a" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.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 sha256sum="abff7acabf664fc7c25a29c9ae8b3b5b44a84e95a553810f275019e568f7c6e3" type="download_by_url">https://depot.galaxyproject.org/software/grep/grep_2.14_src_all.tar.bz2</action> |
10 <action type="set_environment_for_install"> | 10 <action type="set_environment_for_install"> |
11 <repository changeset_revision="6c44dfc77a0f" name="package_pcre_8_34" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | 11 <repository changeset_revision="5cf63114d17a" name="package_pcre_8_34" owner="iuc" toolshed="https://toolshed.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> | |
17 <action type="shell_command">make install</action> | |
18 <action type="set_environment"> | 16 <action type="set_environment"> |
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
20 </action> | 18 </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. https://www.gnu.org/software/grep/ |
25 </readme> | 23 </readme> |
26 </package> | 24 </package> |
27 </tool_dependency> | 25 </tool_dependency> |