Mercurial > repos > gandres > package_fastme_2_1_4
view tool_dependencies.xml @ 0:fbf2a5cac7e3 draft default tip
Uploaded
author | gandres |
---|---|
date | Wed, 01 Jul 2015 10:27:48 -0400 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency version="1.0"> <package name="fastme" version="2.1.4"> <install version="1.0"> <actions> <action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/fastme/fastme-2.1.4.tar.gz</action> <action type="shell_command">./configure</action> <action type="shell_command">make</action> <action type="shell_command">make install DESTDIR=.</action> <action type="move_file"> <source>src/fastme</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></readme> </package> </tool_dependency>