changeset 114:a3f72dc4ddad draft

Uploaded
author testtool
date Tue, 09 May 2017 08:55:29 -0400
parents 28645e88ec05
children a64ef91e27c2
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue May 09 08:50:14 2017 -0400
+++ b/tool_dependencies.xml	Tue May 09 08:55:29 2017 -0400
@@ -9,8 +9,9 @@
 <package name="450kdependency" version="0.0.1">
         <install version="1.0">
           <actions>
-            <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/proto/xproto-7.0.23.tar.gz</action>
-            <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+            <action type="download_file" extract="true">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
+               <action type="change_directory">libX11-1.5.0</action>
+               <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action>
                <action type="shell_command">make &amp;&amp; make install</action>
               <action type="setup_r_environment">
                   <repository changeset_revision="0d934b13250c" name="package_libcurl_7_35" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">