changeset 0:b5fdd3bf3b11 draft

Uploaded tool dependency definition.
author devteam
date Wed, 11 Dec 2013 15:38:51 -0500
parents
children 3e647e67f648
files tool_dependencies.xml
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Dec 11 15:38:51 2013 -0500
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="libxslt" version="1.1.28">
+      <repository changeset_revision="00459f4204b8" name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="kbproto" version="1.0.6">
+      <install version="1.0">
+          <actions>
+              <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/proto/kbproto-1.0.6.tar.bz2</action>
+                <action type="set_environment_for_install">
+                  <repository changeset_revision="00459f4204b8" name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+                </action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make &amp;&amp; make install</action>
+                <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="KBPROTO_INCLUDES">$INSTALL_DIR/include</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>X Network Transport layer shared code.</readme>
+    </package>
+</tool_dependency>