changeset 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
files tool_dependencies.xml
diffstat 1 files changed, 10 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Oct 09 05:30:34 2015 -0400
+++ b/tool_dependencies.xml	Thu Nov 19 13:24:32 2015 -0500
@@ -6,18 +6,16 @@
     <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="952e9a4ddf79" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.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 type="set_environment">
-                <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-             </action>
+                <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="952e9a4ddf79" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.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>