Mercurial > repos > pjbriggs > pal_finder
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Dec 11 09:23:24 2014 -0500 @@ -0,0 +1,48 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="pal_finder" version="0.02.04"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/palfinder/files/pal_finder_v0.02.04.tar.gz</action> + <action type="move_file"> + <source>pal_finder_v0.02.04.pl</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="move_file"> + <source>config.txt</source> + <destination>$INSTALL_DIR/data</destination> + </action> + <action type="move_file"> + <source>simple.ref</source> + <destination>$INSTALL_DIR/data</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="PALFINDER_SCRIPT_DIR" action="set_to">$INSTALL_DIR/bin</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="PALFINDER_DATA_DIR" action="set_to">$INSTALL_DIR/data</environment_variable> + </action> + </actions> + </install> + <readme>pal_finder also needs Perl</readme> + </package> + <package name="primer3_core" version="2.0.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://sourceforge.net/projects/primer3/files/primer3/2.0.0-alpha/primer3-2.0.0-alpha.tar.gz</action> + <action type="shell_command">make -C src -f Makefile</action> + <action type="move_file"> + <source>src/primer3_core</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme>primer3_core</readme> + </package> +</tool_dependency>