0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="glimmer" version="3.02">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url" target_filename="glimmer3.02.tar.gz">http://ccb.jhu.edu/software/glimmer/glimmer302b.tar.gz</action>
|
|
7 <action type="shell_command">make -C src/</action>
|
|
8 <!-- remove "test" executable which would take precedence over /usr/bin/test -->
|
|
9 <action type="shell_command">rm -f bin/test</action>
|
|
10 <action type="move_directory_files">
|
|
11 <source_directory>bin</source_directory>
|
|
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 </package>
|
|
20 </tool_dependency>
|