Mercurial > repos > iuc > package_openssl_1_0
comparison tool_dependencies.xml @ 1:3b19041c651c draft
Uploaded
author | iuc |
---|---|
date | Tue, 27 May 2014 08:33:39 -0400 |
parents | e4453e24b26d |
children | 76c8fd9ba311 |
comparison
equal
deleted
inserted
replaced
0:e4453e24b26d | 1:3b19041c651c |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="zlib" version="1.2.8"> | 3 <package name="zlib" version="1.2.8"> |
4 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="perl" version="5.18.1"> | 6 <package name="perl" version="5.18.1"> |
7 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
8 </package> | 8 </package> |
9 <package name="openssl" version="1.0"> | 9 |
10 <install version="1.0"> | 10 <package name="openssl" version="1.0.1g"> |
11 <actions> | 11 <install version="1.0"> |
12 <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1f.tar.gz</action> | 12 <actions> |
13 <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz</action> | |
13 <!-- populate the environment variables from the dependend repos --> | 14 <!-- populate the environment variables from the dependend repos --> |
14 <action type="set_environment_for_install"> | 15 <action type="set_environment_for_install"> |
15 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> | 16 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
16 <package name="zlib" version="1.2.8" /> | 17 <package name="zlib" version="1.2.8" /> |
17 </repository> | 18 </repository> |
18 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> | 19 <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" /> | 20 <package name="perl" version="5.18.1" /> |
20 </repository> | 21 </repository> |
21 </action> | 22 </action> |
22 <action type="shell_command">./config --prefix=$INSTALL_DIR</action> | 23 |
24 <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 | 25 <!-- 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 | 26 https://bugs.archlinux.org/task/35868 |
25 --> | 27 --> |
26 <action type="shell_command">rm ./doc/apps/cms.pod</action> | 28 <action type="shell_command">rm ./doc/apps/cms.pod</action> |
27 <action type="shell_command">rm ./doc/apps/smime.pod</action> | 29 <action type="shell_command">rm ./doc/apps/smime.pod</action> |
41 <action type="shell_command">rm ./doc/ssl/SSL_session_reused.pod</action> | 43 <action type="shell_command">rm ./doc/ssl/SSL_session_reused.pod</action> |
42 <action type="shell_command">rm ./doc/ssl/SSL_set_fd.pod</action> | 44 <action type="shell_command">rm ./doc/ssl/SSL_set_fd.pod</action> |
43 <action type="shell_command">rm ./doc/ssl/SSL_set_session.pod</action> | 45 <action type="shell_command">rm ./doc/ssl/SSL_set_session.pod</action> |
44 <action type="shell_command">rm ./doc/ssl/SSL_shutdown.pod</action> | 46 <action type="shell_command">rm ./doc/ssl/SSL_shutdown.pod</action> |
45 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action> | 47 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action> |
48 | |
46 <action type="make_install" /> | 49 <action type="make_install" /> |
47 <action type="set_environment"> | 50 <action type="set_environment"> |
48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 51 <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> | 52 <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> | 53 <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> | 54 <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> | 55 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
56 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
53 </action> | 57 </action> |
54 </actions> | 58 </actions> |
55 </install> | 59 </install> |
56 <readme> | 60 <readme> |
57 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. | 61 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. |