Mercurial > repos > jjohnson > defuse
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jan 04 13:29:03 2013 -0600 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="defuse" version="0.5.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/defuse/files/defuse/0.5/defuse-0.5.0.tar.gz</action> + <action type="shell_command">cd tools && make</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="DEFUSE_PATH" action="set_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> + +</tool_dependency>