Mercurial > repos > cjav > smalt
diff tool_dependencies.xml @ 2:ead9eab0bc4c draft default tip
Uploaded
author | takadonet |
---|---|
date | Thu, 16 Jan 2014 14:32:05 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 16 14:32:05 2014 -0500 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="smalt" version="1.0"> + <install version="1.0"> + <actions> + <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> + <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> + <action type="make_install"></action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/share</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency>