Mercurial > repos > iuc > package_pixman_0_32_6
diff tool_dependencies.xml @ 2:07154dfbc3d3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_pixman_0_32_6 commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
| author | iuc |
|---|---|
| date | Mon, 30 Nov 2015 21:07:45 -0500 |
| parents | da812568a136 |
| children | 1beafebf5135 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Nov 19 13:54:45 2015 -0500 +++ b/tool_dependencies.xml Mon Nov 30 21:07:45 2015 -0500 @@ -13,12 +13,7 @@ <package name="libpng" version="1.6.7" /> </repository> </action> - <action type="shell_command"> - export LDFLAGS="-Wl,-rpath,$LIBPNG_LIB_PATH" && - ./configure --prefix=$INSTALL_DIR - - </action> - <action type="make_install" /> + <action type="autoconf" /> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable> @@ -32,15 +27,11 @@ <package name="libpng" version="1.6.7" /> </repository> </action> - <action type="shell_command"> - export LDFLAGS="-Wl,-rpath,$LIBPNG_LIB_PATH" && - ./configure --prefix=$INSTALL_DIR --disable-mmx - - </action> - <action type="make_install" /> + <action type="autoconf">--disable-mmx</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions>
