Mercurial > repos > galaxyp > directag_app
comparison tool_dependencies.xml @ 0:3cd47cdd6867 draft
Uploaded
author | galaxyp |
---|---|
date | Mon, 24 Jun 2013 17:21:24 -0400 |
parents | |
children | e68583642570 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3cd47cdd6867 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="directag" version="1.3.62"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/directag-bin-linux-x86_64-gcc41-release-1_3_62.tar.bz2</action> | |
7 <action type="move_directory_files"> | |
8 <source_directory>directag</source_directory> | |
9 <destination_directory>$INSTALL_DIR/</destination_directory> | |
10 </action> | |
11 <action type="shell_command">chmod +x $INSTALL_DIR/</action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 This package downloads and installs directag. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |