Mercurial > repos > dcorreia > package_phyml_sms_1_3
view tool_dependencies.xml @ 0:244d490a5cf5 draft default tip
Uploaded
| author | dcorreia |
|---|---|
| date | Mon, 04 Jul 2016 10:43:17 -0400 |
| parents | |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="phyml-sms" version="1.3"> <install version="1.0"> <actions> <action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/sms/sms-1.3.zip</action> <action type="shell_command">make</action> <action type="chmod"><file mode="755">$INSTALL_DIR/sms.sh</file></action> <action type="chmod"><file mode="755">$INSTALL_DIR/phyml-src/phyml</file></action> <action type="move_directory_files"> <source_directory>$TMP_WORK_DIR/sms-1.3</source_directory> <destination_directory>$INSTALL_DIR/sources</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/sources</environment_variable> </action> </actions> </install> </package> </tool_dependency>
