annotate tool_dependencies.xml @ 0:7c94649a1f86 draft

Uploaded tool_dependency xml
author boris
date Wed, 05 Jun 2013 13:29:24 -0400
parents
children e87f7a11afe2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
1 <tool_dependency>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
2 <package name="readline" version="6.2">
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
3 <install version="1.0">
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
4 <actions>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
5 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
6 <action type="make_directory">$INSTALL_DIR</action>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
8 <action type="set_environment">
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
9 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
10 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
11 </action>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
12 </actions>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
13 </install>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
14 <readme>The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.</readme>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
15 </package>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
16 </tool_dependency>
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
17
7c94649a1f86 Uploaded tool_dependency xml
boris
parents:
diff changeset
18