changeset 0:6f0381052324 draft

Uploaded
author iuc
date Wed, 14 Jan 2015 08:56:43 -0500
parents
children 6d56086ae00b
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jan 14 08:56:43 2015 -0500
@@ -0,0 +1,19 @@
+<tool_dependency>
+    <package name="cofold" version="0.0.1">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">git clone --recursive https://github.com/jujubix/cofold</action>
+                <action type="shell_command">git reset --hard 11815003a775196f4d1819491d5e0bc90bd5047e</action>
+                <action type="autoconf">--without-perl</action>
+                <action type="set_environment">
+                    <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="COFOLD_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling CoFold requires a C compiler (typically gcc)</readme>
+    </package>
+</tool_dependency>