Mercurial > repos > damion > ffp_phylogeny
comparison tool_dependencies.xml @ 0:eb6e5e78a066 draft
Uploaded
author | damion |
---|---|
date | Mon, 23 Feb 2015 18:25:25 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:eb6e5e78a066 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="ffp-phylogeny" version="0.3.19_d4382db015acec0e5cc43d6c1ac80ae12cb7e6b3"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="shell_command">git clone https://github.com/apetkau/ffp-3.19-custom.git ffp-phylogeny</action> | |
7 <action type="shell_command">git reset --hard d4382db015acec0e5cc43d6c1ac80ae12cb7e6b3</action> | |
8 <action type="shell_command">./configure --disable-gui --prefix=$INSTALL_DIR</action> | |
9 <action type="make_install"></action> | |
10 <!-- action type="move_directory_files"> | |
11 <source_directory>bin</source_directory> | |
12 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
13 </action --> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 <readme> | |
20 apetkau/ffp-3.19-custom is a customized version of http://sourceforge.net/projects/ffp-phylogeny/ | |
21 </readme> | |
22 </package> | |
23 </tool_dependency> | |
24 |