Previous changeset 0:831c84793e0f (2015-09-21) Next changeset 2:289d7796a1f1 (2015-10-02) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_5_2 commit 26e1a6c62f83e82c02f2cdc10180090181ec0374 |
modified:
tool_dependencies.xml |
b |
diff -r 831c84793e0f -r d635a8f02a1e tool_dependencies.xml --- a/tool_dependencies.xml Mon Sep 21 10:20:57 2015 -0400 +++ b/tool_dependencies.xml Thu Oct 01 03:34:02 2015 -0400 |
b |
@@ -4,18 +4,18 @@ <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="freetype" version="2.5.2"> - <install version="1.0"> - <actions> - <action type="download_by_url">http://download.savannah.gnu.org/releases/freetype/freetype-2.5.2.tar.gz</action> + <install version="1.0"> + <actions> + <action type="download_by_url">http://download.savannah.gnu.org/releases/freetype/freetype-2.5.2.tar.gz</action> <action type="set_environment_for_install"> - <repository changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> - <package name="iuc" version="1.6.7" /> + <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="iuc" version="1.6.7" /> </repository> </action> <action type="shell_command">export LDFLAGS="-Wl,-rpath,$LIBPNG_ROOT/lib" && ./configure --prefix=$INSTALL_DIR</action> <action type="make_install" /> <action type="set_environment"> - <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> |