12345678910111213141516171819 |
- name = 'OpenSSL'
- version = '1.1.0e'
- homepage = 'http://www.openssl.org/'
- description = """The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured,
- and Open Source toolchain 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. """
- toolchain = {'name': 'intel', 'version': '2018'}
- toolchainopts = {'pic': True}
- sources = [SOURCELOWER_TAR_GZ]
- source_urls = ['http://www.openssl.org/source/']
- dependencies = [('zlib', '1.2.11')]
- runtest = 'test'
- moduleclass = 'system'
|