diff tool_dependencies.xml @ 2:6889442b27dc draft default tip

Uploaded
author aaronpetkau
date Sat, 04 Jul 2015 08:58:21 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sat Jul 04 08:58:21 2015 -0400
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="FLASH" version="1.2.9">
+                <install version="1.0">
+                        <actions>
+                                <action type="download_by_url" target_filename="FLASH-1.2.9.tar.gz">http://sourceforge.net/projects/flashpage/files/FLASH-1.2.9.tar.gz/download</action>
+				<action type="shell_command">make</action>
+                                <action type="shell_command">cp -r * $INSTALL_DIR</action>
+                                <action type="chmod"><file mode="777">$INSTALL_DIR/flash</file></action>
+                                <action type="set_environment">
+                                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                                </action>
+                        </actions>
+                </install>
+        </package>
+</tool_dependency>