Mercurial > repos > crs4 > glimmer
view tool_dependencies.xml @ 0:9c8ffce71f7c draft default tip
Uploaded
author | crs4 |
---|---|
date | Mon, 09 Sep 2013 12:16:17 -0400 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="glimmer" version="3.02"> <install version="1.0"> <actions> <action type="download_by_url" target_filename="glimmer3.02.tar.gz">http://ccb.jhu.edu/software/glimmer/glimmer302b.tar.gz</action> <action type="shell_command">make -C src/</action> <!-- remove "test" executable which would take precedence over /usr/bin/test --> <action type="shell_command">rm -f bin/test</action> <action type="move_directory_files"> <source_directory>bin</source_directory> <destination_directory>$INSTALL_DIR/bin</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> </package> </tool_dependency>