changeset 9:2096ee6682d5 draft

Uploaded
author iuc
date Thu, 19 Mar 2015 15:21:58 -0400
parents aacae9682f63
children dfaacc4bf896
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Feb 18 11:35:01 2015 -0500
+++ b/tool_dependencies.xml	Thu Mar 19 15:21:58 2015 -0400
@@ -17,6 +17,10 @@
 
                 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
 
+                <action type="make_directory">$INSTALL_DIR/bin</action>
+                <action type="move_file"><source>config/gdlib-config</source><destination>$INSTALL_DIR/bin</destination></action>
+                <action type="chmod"><file mode="755">$INSTALL_DIR/bin/gdlib-config</file></action>
+
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
@@ -24,6 +28,7 @@
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>