changeset 0:6071205c5cd3 draft default tip

Imported from capsule None
author iuc
date Fri, 13 Feb 2015 05:32:55 -0500
parents
children
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	Fri Feb 13 05:32:55 2015 -0500
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="gengetopt" version="2.22.6">
+        <install version="1.0">
+            <actions>
+            <action type="download_by_url">ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.22.6.tar.gz</action>
+            <action type="autoconf" />
+            <action type="set_environment">
+                <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                <environment_variable name="GENGETOPT_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
+            </action>
+            </actions>
+        </install>
+        <readme>
+            Compiling GNU gengetopt requires a C compiler.
+            http://www.gnu.org/software/gengetopt/
+        </readme>
+    </package>
+</tool_dependency>