Mercurial > repos > jjohnson > defuse
diff tool_dependencies.xml @ 0:b75ea9927793
Uploaded
| author | jjohnson |
|---|---|
| date | Fri, 04 Jan 2013 11:53:33 -0500 |
| parents | |
| children | ffc5e442c1ca |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jan 04 11:53:33 2013 -0500 @@ -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>
