annotate tool_dependencies.xml @ 0:af98f72cd785 draft

Uploaded
author iuc
date Mon, 02 Sep 2013 04:17:04 -0400
parents
children f50d504dc7c7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
af98f72cd785 Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
3 <package name="gnu_grep" version="2.14">
af98f72cd785 Uploaded
iuc
parents:
diff changeset
4 <install version="1.0">
af98f72cd785 Uploaded
iuc
parents:
diff changeset
5 <actions>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
6 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
7 <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
8 <action type="shell_command">make</action>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
9 <action type="shell_command">make install</action>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
10 <action type="set_environment">
af98f72cd785 Uploaded
iuc
parents:
diff changeset
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
12 </action>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
13 </actions>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
14 </install>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
15 <readme>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
16 Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/
af98f72cd785 Uploaded
iuc
parents:
diff changeset
17 </readme>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
18 </package>
af98f72cd785 Uploaded
iuc
parents:
diff changeset
19 </tool_dependency>