changeset 6:f25d040179da draft default tip

Uploaded
author iuc
date Tue, 10 Dec 2013 23:21:02 -0500
parents 9f37bb57445a
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Dec 09 18:24:45 2013 -0500
+++ b/tool_dependencies.xml	Tue Dec 10 23:21:02 2013 -0500
@@ -1,35 +1,22 @@
-<?xml version="1.0"?>
 <tool_dependency>
-    <package name="xorg_macros" version="1.17.1">
-        <repository changeset_revision="680d13c3921a" name="package_xorg_macros_1_17_1" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
-    </package>
     <package name="libx11" version="1.5.0">
         <install version="1.0">
             <actions>
-               <action type="set_environment_for_install">
-                    <repository changeset_revision="680d13c3921a" name="package_xorg_macros_1_17_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu/">
-                        <package name="xorg_macros" version="1.17.1" />
-                    </repository>
-                </action>
                 <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/proto/xproto-7.0.23.tar.bz2</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="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="X11_INCLUDE_DIR" action="set_to">$INSTALL_DIR/include</environment_variable>
                 </action>
-                <action extract="true" type="download_file">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</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">echo `ls -l` </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="set_environment">
-                    <environment_variable action="set_to" name="X11_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="X11_LIB_DIR" action="set_to">$INSTALL_DIR/lib</environment_variable>
                 </action>
             </actions>
         </install>
-        <readme>Xlib is an X Window System protocol client library written in the C programming language. 
-It contains functions for interacting with an X server. These functions allow programmers to write programs without knowing the details of the protocol. Few applications use Xlib directly; rather, they employ other libraries that use 
-Xlib functions to provide widget toolkits. Needs package_xorg_macros_1_17_1
-</readme>
+        <readme>Xlib is an X Window System protocol client library written in the C programming language. It contains functions for interacting with an X server. These functions allow programmers to write programs without knowing the details of the protocol. Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits.</readme>
     </package>
 </tool_dependency>