Mercurial > repos > devteam > package_libpng_1_6_7
comparison tool_dependencies.xml @ 3:f48b920cae1f draft
planemo upload commit d9aeab1fa4810510dcf4ccd41497a10c7e2ede8f
author | devteam |
---|---|
date | Tue, 02 Jun 2015 09:00:57 -0400 |
parents | db14a391648d |
children | 3de32cd300a9 |
comparison
equal
deleted
inserted
replaced
2:db14a391648d | 3:f48b920cae1f |
---|---|
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> |
8 <action type="shell_command">make && make install</action> | 8 <action type="shell_command">make && make install</action> |
9 <action type="set_environment"> | 9 <action type="set_environment"> |
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> | 11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> |
12 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> | |
13 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
12 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 14 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
13 </action> | 15 </action> |
14 </actions> | 16 </actions> |
15 </install> | 17 </install> |
16 <readme /> | 18 <readme /> |