Commit message:
Imported from capsule None |
added:
tool_dependencies.xml |
b |
diff -r 000000000000 -r 6071205c5cd3 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Feb 13 05:32:55 2015 -0500 |
b |
@@ -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> |