OpenSSL-1.1.0e-intel-2018.eb 627 B

12345678910111213141516171819
  1. name = 'OpenSSL'
  2. version = '1.1.0e'
  3. homepage = 'http://www.openssl.org/'
  4. description = """The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured,
  5. and Open Source toolchain implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
  6. protocols as well as a full-strength general purpose cryptography library. """
  7. toolchain = {'name': 'intel', 'version': '2018'}
  8. toolchainopts = {'pic': True}
  9. sources = [SOURCELOWER_TAR_GZ]
  10. source_urls = ['http://www.openssl.org/source/']
  11. dependencies = [('zlib', '1.2.11')]
  12. runtest = 'test'
  13. moduleclass = 'system'