changeset 1:56885290945c draft

Uploaded
author amol
date Thu, 27 Jun 2013 10:57:56 -0400
parents 8656a7c1d6c4
children bef6cf529593
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Jun 27 10:57:56 2013 -0400
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+	<package name="sickle" version="123">
+		<install version="123">
+			<actions>
+				<action type="shell_command">git clone --recursive https://github.com/najoshi/sickle.git</action>
+				<action type="shell_command">make</action>
+				<action type="move_directory_files">
+					<source_directory>bin</source_directory>
+					<destination_directory>$INSTALL_DIR/bin</destination_directory>
+				</action>
+				<action type="set_environment">
+					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+				</action>
+			</actions>
+		</install>
+	</package>
+</tool_dependency>
\ No newline at end of file