Mercurial > repos > plus > ss_tool
comparison tool_dependencies.xml @ 0:367704fcdabe draft
Uploaded
author | plus |
---|---|
date | Mon, 02 Jun 2014 11:32:21 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:367704fcdabe |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="softsearch" version="2.4"> | |
4 <install version="2.4"> | |
5 <actions> | |
6 <action type="download_by_url">git clone https://gpsaraf@bitbucket.org/ambhoreshirish97/softsearch.git | |
7 </action> | |
8 <action type="shell_command">cd softsearch/</action> | |
9 <action type="shell_command">perl ./install.pl --prefix=$PWD</action> | |
10 <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib</action> | |
11 <action type="shell_command">perl script/SoftSearch.pl</action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 </package> | |
18 </tool_dependency> |