Mercurial > repos > aaronpetkau > flash
comparison tool_dependencies.xml @ 2:6889442b27dc draft default tip
Uploaded
author | aaronpetkau |
---|---|
date | Sat, 04 Jul 2015 08:58:21 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:a444685f161c | 2:6889442b27dc |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="FLASH" version="1.2.9"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <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> | |
7 <action type="shell_command">make</action> | |
8 <action type="shell_command">cp -r * $INSTALL_DIR</action> | |
9 <action type="chmod"><file mode="777">$INSTALL_DIR/flash</file></action> | |
10 <action type="set_environment"> | |
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 </package> | |
16 </tool_dependency> |