Mercurial > repos > jankanis > package_openssl
comparison tool_dependencies.xml @ 2:23ebff671a20 draft default tip
Also build shared libraries, needed for e.g. the python3 package
author | jankanis |
---|---|
date | Thu, 22 May 2014 11:10:59 -0400 |
parents | 1c167e73d30f |
children |
comparison
equal
deleted
inserted
replaced
1:1c167e73d30f | 2:23ebff671a20 |
---|---|
17 </repository> | 17 </repository> |
18 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | 18 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
19 <package name="perl" version="5.18.1" /> | 19 <package name="perl" version="5.18.1" /> |
20 </repository> | 20 </repository> |
21 </action> | 21 </action> |
22 <action type="shell_command">./config --prefix=$INSTALL_DIR</action> | 22 <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action> |
23 <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries | 23 <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries |
24 https://bugs.archlinux.org/task/35868 | 24 https://bugs.archlinux.org/task/35868 |
25 --> | 25 --> |
26 <action type="shell_command">rm ./doc/apps/cms.pod</action> | 26 <action type="shell_command">rm ./doc/apps/cms.pod</action> |
27 <action type="shell_command">rm ./doc/apps/smime.pod</action> | 27 <action type="shell_command">rm ./doc/apps/smime.pod</action> |
44 <action type="shell_command">rm ./doc/ssl/SSL_shutdown.pod</action> | 44 <action type="shell_command">rm ./doc/ssl/SSL_shutdown.pod</action> |
45 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action> | 45 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action> |
46 <action type="make_install" /> | 46 <action type="make_install" /> |
47 <action type="set_environment"> | 47 <action type="set_environment"> |
48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
49 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | 49 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
50 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable> | 50 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable> |
51 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 51 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
52 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 52 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
53 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 53 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
54 </action> | 54 </action> |
55 </actions> | 55 </actions> |
56 </install> | 56 </install> |
57 <readme> | 57 <readme> |
58 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. | 58 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. |
59 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. | 59 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. |
60 | 60 |
61 https://www.openssl.org/ | 61 https://www.openssl.org/ |
62 | 62 |
63 This Galaxy package is a direct copy of the iuc package_openssl_1_0 package, but wraps openssl 1.0.1g which fixes the heartbleed vulnerability. | 63 This Galaxy package is a direct copy of the iuc package_openssl_1_0 package, but wraps openssl 1.0.1g which fixes the heartbleed vulnerability. |
64 </readme> | 64 </readme> |
65 </package> | 65 </package> |
66 </tool_dependency> | 66 </tool_dependency> |