annotate tool_dependencies.xml @ 0:ac64dfe4b1fb draft default tip

Imported from capsule None
author iuc
date Wed, 04 Jun 2014 10:14:37 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
3 <package name="gnu_coreutils" version="8.22">
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
6 <!--
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz,
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
8 because tarfile did not understand LZMA compression
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
9 -->
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.22.tar.bz2</action>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
11 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
12 <action type="shell_command">make</action>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
13 <action type="shell_command">make install</action>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
14 <action type="set_environment">
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
16 </action>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
17 </actions>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
18 </install>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
19 <readme>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
20 Compiling GNU coreutils requires a C compiler.
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
21 </readme>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
22 </package>
ac64dfe4b1fb Imported from capsule None
iuc
parents:
diff changeset
23 </tool_dependency>