changeset 0:0129dc2e0e8f draft

planemo upload
author lecorguille
date Fri, 07 Aug 2015 10:47:32 -0400
parents
children 208bc3eea24c
files tool_dependencies.xml
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Aug 07 10:47:32 2015 -0400
@@ -0,0 +1,25 @@
+
+<tool_dependency >
+	<package name="camera_w4m_script" version="2.1">
+		<install version="1.0">
+			<actions>
+				<!--<action type="shell_command"> wget "http://application.sb-roscoff.fr/download/w4m/camera_script.tgz" &amp;&amp; tar -zxvf camera_script.tgz &amp;&amp; chmod +x CAMERA.r &amp;&amp; mkdir camera &amp;&amp; mv *.r camera</action>-->
+		        <action type="download_by_url">http://application.sb-roscoff.fr/download/w4m/camera_script.tgz</action>
+				<action type="move_file">
+					<source>CAMERA.r</source>
+					<destination>$INSTALL_DIR</destination>
+				</action>
+                <action type="move_file">
+					<source>lib.r</source>
+					<destination>$INSTALL_DIR</destination>
+				</action>
+				
+
+		
+				<action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable></action>
+			</actions>
+			
+		</install>
+		<readme/>
+		</package>
+</tool_dependency>