changeset 0:84bb5c1e2067 draft

Uploaded tool dependency definition
author iuc
date Sat, 28 Mar 2015 16:22:43 -0400
parents
children adda42534647
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sat Mar 28 16:22:43 2015 -0400
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="tiff" version="4.0.3">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz</action>
+                <action type="autoconf" />
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable action="set_to" name="TIFF_ROOT">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+        </readme>
+    </package>
+</tool_dependency>