comparison tool_dependencies.xml @ 2:c82b0b21551b draft

Uploaded
author plus91-technologies
date Sat, 07 Jun 2014 05:54:41 -0400
parents
children
comparison
equal deleted inserted replaced
1:c30afc43915c 2:c82b0b21551b
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <set_environment version="1.0">
4 <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
5 </set_environment>
6 <package name="softsearch" version="0.6">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">https://bitbucket.org/ambhoreshirish97/softsearch/get/559fa729cc65.zip
10 </action>
11 <action type="shell_command">perl ./install.pl --prefix=$INSTALL_DIR</action>
12 <action type="shell_command">export PERL5LIB=$PERL5LIB:$INSTALL_DIR:$INSTALL_DIR/lib</action>
13 <action type="set_environment">
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
15 </action>
16 </actions>
17 </install>
18 </package>
19 </tool_dependency>