comparison tool_dependencies.xml @ 2:e70c6d7f8bac draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:36:22 -0500
parents f50d504dc7c7
children da71d111fff4
comparison
equal deleted inserted replaced
1:f50d504dc7c7 2:e70c6d7f8bac
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="pcre" version="8.34">
4 <repository changeset_revision="8dae58f96e31" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="gnu_grep" version="2.14"> 3 <package name="gnu_grep" version="2.14">
7 <install version="1.0"> 4 <install version="1.0">
8 <actions> 5 <actions>
9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action> 6 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action>
10 <action type="set_environment_for_install">
11 <repository changeset_revision="8dae58f96e31" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="pcre" version="8.34" />
13 </repository>
14 </action>
15 <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action> 7 <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action>
16 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
17 <action type="shell_command">make install</action> 9 <action type="shell_command">make install</action>
18 <action type="set_environment"> 10 <action type="set_environment">
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
20 </action> 12 </action>
21 </actions> 13 </actions>
22 </install> 14 </install>
23 <readme> 15 <readme>
24 Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/ 16 Compiling GNU grep requires a C compiler. http://www.gnu.org/software/grep/