0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency version="1.0">
|
|
3 <package name="fastme" version="2.1.4">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/fastme/fastme-2.1.4.tar.gz</action>
|
|
7 <action type="shell_command">./configure</action>
|
|
8 <action type="shell_command">make</action>
|
|
9 <action type="shell_command">make install DESTDIR=.</action>
|
|
10 <action type="move_file">
|
|
11 <source>src/fastme</source>
|
|
12 <destination>$INSTALL_DIR/bin</destination>
|
|
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 <readme></readme>
|
|
20 </package>
|
|
21 </tool_dependency>
|
|
22
|