comparison tool_dependencies.xml @ 0:9cf0b87d7b6d draft default tip

Imported from capsule None
author cmonjeau
date Fri, 05 Jun 2015 11:40:33 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9cf0b87d7b6d
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="kissplice" version="2.2.1">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">ftp://pbil.univ-lyon1.fr/pub/logiciel/kissplice/download/kissplice-2.2.1.tar.gz</action>
7 <action type="make_directory">build</action>
8 <action type="change_directory">build</action>
9 <action type="shell_command">cmake ..</action>
10 <action type="shell_command">make</action>
11 <action type="move_directory_files">
12 <source_directory>bin</source_directory>
13 <destination_directory>$INSTALL_DIR/bin</destination_directory>
14 </action>
15 <action type="move_directory_files">
16 <source_directory>lib</source_directory>
17 <destination_directory>$INSTALL_DIR/lib</destination_directory>
18 </action>
19
20 <!-- create env.sh -->
21 <action type="set_environment">
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
23 </action>
24 </actions>
25 </install>
26 <readme>
27 This package installs kissplice from the sources available in KisSplice web site
28 </readme>
29 </package>
30 </tool_dependency>