changeset 0:91b0d23c9d52 draft default tip

planemo upload
author lecorguille
date Mon, 22 Feb 2016 16:47:03 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Feb 22 16:47:03 2016 -0500
@@ -0,0 +1,22 @@
+
+<tool_dependency >
+	<package name="camera_w4m_script" version="2.2.1">
+		<install version="1.0">
+			<actions>
+		        	<action type="download_by_url">http://application.sb-roscoff.fr/download/w4m/camera_script-2.2.1.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>