changeset 0:1cf9882618d4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_flash_1_2_11 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
author iuc
date Tue, 22 Dec 2015 19:15:42 -0500
parents
children
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	Tue Dec 22 19:15:42 2015 -0500
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="FLASH" version="1.2.11">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url" md5sum="e4d355023a766afaaab2d62f912b605c">http://downloads.sourceforge.net/project/flashpage/FLASH-1.2.11.tar.gz</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>flash</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>