Mercurial > repos > iuc > package_gengetopt_2_22_6
changeset 0:9d2ed370989c draft default tip
Uploaded
author | iuc |
---|---|
date | Tue, 10 Feb 2015 11:38:59 -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 Tue Feb 10 11:38:59 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>