comparison tool_dependencies.xml @ 0:63bbde086e11 draft

Uploaded tool dependency tarball.
author devteam
date Tue, 20 Aug 2013 10:07:12 -0400
parents
children e28dc3aa1665
comparison
equal deleted inserted replaced
-1:000000000000 0:63bbde086e11
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="libgtextutils" version="0.6">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make &amp;&amp; make install</action>
9 <action type="set_environment">
10 <environment_variable name="GTEXTUTILS_CFLAGS" action="set_to">$INSTALL_DIR/include/gtextutils</environment_variable>
11 <environment_variable name="GTEXTUTILS_LIBS" action="set_to">$INSTALL_DIR/lib -lgtextutils</environment_variable>
12 </action>
13 </actions>
14 </install>
15 <readme>
16 </readme>
17 </package>
18 </tool_dependency>