Mercurial > repos > iuc > package_gnu_grep_2_14
changeset 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 | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 9 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jul 17 10:26:45 2015 -0400 +++ b/tool_dependencies.xml Sat Feb 27 12:53:39 2016 -0500 @@ -1,27 +1,25 @@ <?xml version="1.0"?> <tool_dependency> <package name="pcre" version="8.34"> - <repository changeset_revision="6c44dfc77a0f" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="5cf63114d17a" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="gnu_grep" version="2.14"> <install version="1.0"> <actions> - <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action> - <action type="set_environment_for_install"> - <repository changeset_revision="6c44dfc77a0f" name="package_pcre_8_34" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> - <package name="pcre" version="8.34" /> - </repository> - </action> - <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> + <action sha256sum="abff7acabf664fc7c25a29c9ae8b3b5b44a84e95a553810f275019e568f7c6e3" type="download_by_url">https://depot.galaxyproject.org/software/grep/grep_2.14_src_all.tar.bz2</action> + <action type="set_environment_for_install"> + <repository changeset_revision="5cf63114d17a" name="package_pcre_8_34" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="pcre" version="8.34" /> + </repository> + </action> + <action type="autoconf">--enable-perl-regexp</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> - Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/ + Compiling GNU grep requires a C compiler. https://www.gnu.org/software/grep/ </readme> </package> </tool_dependency>