mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
20 lines
607 B
Plaintext
20 lines
607 B
Plaintext
name = 'OpenSSL'
|
|
version = '1.0.2n'
|
|
|
|
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 = SYSTEM
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.openssl.org/source/']
|
|
|
|
dependencies = [('zlib', '1.2.11', '', True)]
|
|
|
|
#runtest = 'test'
|
|
|
|
moduleclass = 'system'
|