Mercurial > repos > iuc > package_openssl_1_0
annotate tool_dependencies.xml @ 5:7d1d2a356e4c draft
planemo upload
author | iuc |
---|---|
date | Tue, 21 Jul 2015 23:44:02 -0400 |
parents | 6b818a0cd69a |
children | d0fd342a016b |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
1 | 3 <package name="zlib" version="1.2.8"> |
2 | 4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
6 <package name="perl" version="5.18.1"> | |
2 | 7 <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 8 </package> |
3 | 9 |
4
6b818a0cd69a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openssl_1_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
3
diff
changeset
|
10 <package name="openssl" version="1.0"> |
1 | 11 <install version="1.0"> |
12 <actions> | |
5 | 13 <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.2d.tar.gz</action> |
0 | 14 <!-- populate the environment variables from the dependend repos --> |
15 <action type="set_environment_for_install"> | |
2 | 16 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 17 <package name="zlib" version="1.2.8" /> |
0 | 18 </repository> |
2 | 19 <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 20 <package name="perl" version="5.18.1" /> |
0 | 21 </repository> |
22 </action> | |
1 | 23 |
24 <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action> | |
2 | 25 <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries |
0 | 26 https://bugs.archlinux.org/task/35868 |
27 --> | |
28 <action type="shell_command">rm ./doc/apps/cms.pod</action> | |
29 <action type="shell_command">rm ./doc/apps/smime.pod</action> | |
30 <action type="shell_command">rm ./doc/crypto/X509_STORE_CTX_get_error.pod</action> | |
31 <action type="shell_command">rm ./doc/ssl/SSL_accept.pod</action> | |
32 <action type="shell_command">rm ./doc/ssl/SSL_clear.pod</action> | |
33 <action type="shell_command">rm ./doc/ssl/SSL_COMP_add_compression_method.pod</action> | |
34 <action type="shell_command">rm ./doc/ssl/SSL_connect.pod</action> | |
35 <action type="shell_command">rm ./doc/ssl/SSL_CTX_add_session.pod</action> | |
36 <action type="shell_command">rm ./doc/ssl/SSL_CTX_load_verify_locations.pod</action> | |
37 <action type="shell_command">rm ./doc/ssl/SSL_CTX_set_client_CA_list.pod</action> | |
38 <action type="shell_command">rm ./doc/ssl/SSL_CTX_set_session_id_context.pod</action> | |
39 <action type="shell_command">rm ./doc/ssl/SSL_CTX_set_ssl_version.pod</action> | |
40 <action type="shell_command">rm ./doc/ssl/SSL_CTX_use_psk_identity_hint.pod</action> | |
41 <action type="shell_command">rm ./doc/ssl/SSL_do_handshake.pod</action> | |
42 <action type="shell_command">rm ./doc/ssl/SSL_read.pod</action> | |
43 <action type="shell_command">rm ./doc/ssl/SSL_session_reused.pod</action> | |
44 <action type="shell_command">rm ./doc/ssl/SSL_set_fd.pod</action> | |
45 <action type="shell_command">rm ./doc/ssl/SSL_set_session.pod</action> | |
46 <action type="shell_command">rm ./doc/ssl/SSL_shutdown.pod</action> | |
47 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action> | |
1 | 48 |
0 | 49 <action type="make_install" /> |
50 <action type="set_environment"> | |
1 | 51 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
2 | 52 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
0 | 53 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
54 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable> | |
55 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
56 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
1 | 57 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
0 | 58 </action> |
59 </actions> | |
60 </install> | |
61 <readme> | |
2 | 62 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. |
63 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. | |
0 | 64 |
65 https://www.openssl.org/ | |
66 </readme> | |
67 </package> | |
68 </tool_dependency> |