view tool_dependencies.xml @ 11:e5f1fa6d8772 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openssl_1_0 commit 379063161020578e1bd306769116c1b691216b35
author iuc
date Fri, 17 Feb 2017 13:50:40 -0500
parents 33d1f4d7930c
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="zlib" version="1.2.8">
        <repository changeset_revision="3348f1acee2a" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="perl" version="5.18.1">
        <repository changeset_revision="95dad0955d7e" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>

    <package name="openssl" version="1.0">
        <install version="1.0">
            <actions>
                <action sha256sum="671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8" type="download_by_url">https://depot.galaxyproject.org/software/openssl/openssl_1.0_src_all.tar.gz</action>
                <action type="set_environment_for_install">
                    <repository changeset_revision="3348f1acee2a" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="zlib" version="1.2.8" />
                    </repository>
                    <repository changeset_revision="95dad0955d7e" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="perl" version="5.18.1" />
                    </repository>
                </action>

                <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action>
                <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries
                    https://bugs.archlinux.org/task/35868
                -->
                <action type="shell_command">rm ./doc/apps/cms.pod</action>
                <action type="shell_command">rm ./doc/apps/smime.pod</action>
                <action type="shell_command">rm ./doc/crypto/X509_STORE_CTX_get_error.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_accept.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_clear.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_COMP_add_compression_method.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_connect.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_CTX_add_session.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_CTX_load_verify_locations.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_CTX_set_client_CA_list.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_CTX_set_session_id_context.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_CTX_set_ssl_version.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_CTX_use_psk_identity_hint.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_do_handshake.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_read.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_session_reused.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_set_fd.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_set_session.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_shutdown.pod</action>
                <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action>

                <action type="make_install" />
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    <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>
                    <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
            The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.

            https://www.openssl.org/
        </readme>
    </package>
</tool_dependency>