Mercurial > repos > cjav > smalt
annotate tool_dependencies.xml @ 2:ead9eab0bc4c draft default tip
Uploaded
author | takadonet |
---|---|
date | Thu, 16 Jan 2014 14:32:05 -0500 |
parents | |
children |
rev | line source |
---|---|
2 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="smalt" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url" target_filename="smalt-0.7.5.tar.gz">http://downloads.sourceforge.net/project/smalt/smalt-0.7.5.tar.gz</action> | |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
8 <action type="make_install"></action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/share</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> | |
16 </readme> | |
17 </package> | |
18 </tool_dependency> |