Mercurial > repos > tiagoantao > package_stacks_1_35
comparison tool_dependencies.xml @ 0:a277203b991f draft default tip
Uploaded
author | tiagoantao |
---|---|
date | Wed, 10 Feb 2016 14:02:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a277203b991f |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="stacks" version="1.35"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://creskolab.uoregon.edu/stacks/source/stacks-1.35.tar.gz</action> | |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="shell_command">make install</action> | |
10 <!-- create env.sh --> | |
11 <action type="set_environment"> | |
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> | |
13 <environment_variable name="INSTALL_DIR" action="set_to">$INSTALL_DIR/</environment_variable> | |
14 </action> | |
15 | |
16 </actions> | |
17 | |
18 </install> | |
19 <readme> | |
20 This package installs STACKS from the sources available. Based on Cyril Monjeuad version | |
21 </readme> | |
22 </package> | |
23 </tool_dependency> |