Mercurial > repos > jjohnson > defuse
comparison tool_dependencies.xml @ 4:679a5c7b1294 draft
deFuse version 0.5.0 - Use tool_dependencies.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 04 Jan 2013 13:29:03 -0600 |
parents | |
children | 3bd1087db05e |
comparison
equal
deleted
inserted
replaced
3:c90022a13c7c | 4:679a5c7b1294 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="defuse" version="0.5.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://sourceforge.net/projects/defuse/files/defuse/0.5/defuse-0.5.0.tar.gz</action> | |
7 <action type="shell_command">cd tools && make</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR</destination_directory> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="DEFUSE_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 </readme> | |
19 </package> | |
20 | |
21 </tool_dependency> |