changeset 1:4a4691c78042 draft

Uploaded
author bgruening
date Fri, 30 Aug 2013 13:46:38 -0400
parents ffbbf3a6cae1
children 2327984436aa
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Aug 27 03:02:26 2013 -0400
+++ b/tool_dependencies.xml	Fri Aug 30 13:46:38 2013 -0400
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="gnu_sed" version="4.2.2-sandbox">
+    <package name="sed" version="4.2.2-sandbox">
         <install version="1.0">
             <actions>
-                <action type="shell_command">git clone --recursive git://git.sv.gnu.org/sed.git</action>
-                <action type="shell_command">git reset --hard e16266897f646e193a9a1287658a1847d68f1e51</action>
-                <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
+                <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action>
 
-                <!-- add sandbox feature to disable critial functions. -->
+                <!-- 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>
@@ -19,7 +18,7 @@
             </actions>
         </install>
         <readme>
-            Compiling GNU sed requires a C compiler and the GNU patch utility.
+            Compiling GNU sed requires a C compiler and the GNU patch utility to add the --sandbox feature from Assaf Gordon.
         </readme>
     </package>
 </tool_dependency>