comparison tool_dependencies.xml @ 10:dfaacc4bf896 draft

Uploaded
author iuc
date Thu, 19 Mar 2015 22:39:39 -0400
parents 2096ee6682d5
children 88f469bfafbf
comparison
equal deleted inserted replaced
9:2096ee6682d5 10:dfaacc4bf896
15 </repository> 15 </repository>
16 </action> 16 </action>
17 17
18 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action> 18 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
19 19
20 <action type="make_directory">$INSTALL_DIR/bin</action>
21 <action type="move_file"><source>config/gdlib-config</source><destination>$INSTALL_DIR/bin</destination></action>
22 <action type="chmod"><file mode="755">$INSTALL_DIR/bin/gdlib-config</file></action>
23
24 <action type="set_environment"> 20 <action type="set_environment">
25 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
26 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 22 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
27 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
28 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
29 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable> 25 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
30 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 26 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
31 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
32 </action> 27 </action>
33 </actions> 28 </actions>
34 </install> 29 </install>
35 <readme> 30 <readme>
36 Installs and complils libdg. 31 Installs and complils libdg.