Mercurial > repos > pjbriggs > pal_finder
comparison tool_dependencies.xml @ 0:3f908e7fff4f draft
Uploaded first version to toolshed.
author | pjbriggs |
---|---|
date | Thu, 11 Dec 2014 09:23:24 -0500 |
parents | |
children | 771ebe02636f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3f908e7fff4f |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="pal_finder" version="0.02.04"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://sourceforge.net/projects/palfinder/files/pal_finder_v0.02.04.tar.gz</action> | |
7 <action type="move_file"> | |
8 <source>pal_finder_v0.02.04.pl</source> | |
9 <destination>$INSTALL_DIR/bin</destination> | |
10 </action> | |
11 <action type="move_file"> | |
12 <source>config.txt</source> | |
13 <destination>$INSTALL_DIR/data</destination> | |
14 </action> | |
15 <action type="move_file"> | |
16 <source>simple.ref</source> | |
17 <destination>$INSTALL_DIR/data</destination> | |
18 </action> | |
19 <action type="set_environment"> | |
20 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
21 </action> | |
22 <action type="set_environment"> | |
23 <environment_variable name="PALFINDER_SCRIPT_DIR" action="set_to">$INSTALL_DIR/bin</environment_variable> | |
24 </action> | |
25 <action type="set_environment"> | |
26 <environment_variable name="PALFINDER_DATA_DIR" action="set_to">$INSTALL_DIR/data</environment_variable> | |
27 </action> | |
28 </actions> | |
29 </install> | |
30 <readme>pal_finder also needs Perl</readme> | |
31 </package> | |
32 <package name="primer3_core" version="2.0.0"> | |
33 <install version="1.0"> | |
34 <actions> | |
35 <action type="download_by_url">https://sourceforge.net/projects/primer3/files/primer3/2.0.0-alpha/primer3-2.0.0-alpha.tar.gz</action> | |
36 <action type="shell_command">make -C src -f Makefile</action> | |
37 <action type="move_file"> | |
38 <source>src/primer3_core</source> | |
39 <destination>$INSTALL_DIR/bin</destination> | |
40 </action> | |
41 <action type="set_environment"> | |
42 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
43 </action> | |
44 </actions> | |
45 </install> | |
46 <readme>primer3_core</readme> | |
47 </package> | |
48 </tool_dependency> |