Mercurial > repos > devteam > package_fastx_toolkit_0_0_13
comparison tool_dependencies.xml @ 0:aea9287960ef draft
Uploaded
author | devteam |
---|---|
date | Tue, 20 Aug 2013 10:01:46 -0400 |
parents | |
children | 1cd326991d32 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:aea9287960ef |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="libgtextutils" version="0.6"> | |
4 <repository name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" /> | |
5 </package> | |
6 <package name="fastx_toolkit" version="0.0.13"> | |
7 <actions> | |
8 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2</action> | |
9 <action type="set_environment_for_install"> | |
10 <repository name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True"> | |
11 <package name="libgtextutils" version="0.6" /> | |
12 </repository> | |
13 </action> | |
14 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
15 <action type="shell_command">make && make install</action> | |
16 <action type="set_environment"> | |
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
18 </action> | |
19 </actions> | |
20 </install> | |
21 <readme> | |
22 </readme> | |
23 </package> | |
24 </tool_dependency> |