changeset 0:af98f72cd785 draft

Uploaded
author iuc
date Mon, 02 Sep 2013 04:17:04 -0400
parents
children f50d504dc7c7
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Sep 02 04:17:04 2013 -0400
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <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="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 name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/
+        </readme>
+    </package>
+</tool_dependency>