annotate tool_dependencies.xml @ 1:52a8268bb49f draft

Uploaded
author iuc
date Sat, 17 Jan 2015 08:23:38 -0500
parents ec65852050ef
children f145f856ec57
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
1 <?xml version="1.0"?>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
2 <tool_dependency>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
3 <package name="gnu_awk" version="4.1.0">
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
4 <install version="1.0">
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
5 <actions>
1
52a8268bb49f Uploaded
iuc
parents: 0
diff changeset
6 <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action>
52a8268bb49f Uploaded
iuc
parents: 0
diff changeset
7 <action type="autoconf" />
0
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
8 <action type="set_environment">
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
10 </action>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
11 </actions>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
12 </install>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
13 <readme>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
14 Compiling GNU awk requires a C compiler. http://www.gnu.org/software/gawk/
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
15 </readme>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
16 </package>
ec65852050ef initial uploaded
bgruening
parents:
diff changeset
17 </tool_dependency>