changeset 4:ae00df77b031 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit e8e971905f5fce11a99d51b1399af45288389d76
author iuc
date Thu, 21 May 2015 22:43:21 -0400
parents 38931b6a3e0f
children 719b6eba4064
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Feb 18 11:34:54 2015 -0500
+++ b/tool_dependencies.xml	Thu May 21 22:43:21 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="sed" version="4.2.2-sandbox">
+    <package name="gnu_sed" version="4.2.2-sandbox">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action>
@@ -8,10 +8,7 @@
                 <!-- add sandbox feature from Assaf Gordon to disable critial functions. -->
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
                 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
-
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">make install</action>
+                <action type="autoconf"/>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>