mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'cURL'
|
|
version = '7.51.0'
|
|
|
|
homepage = 'http://curl.haxx.se'
|
|
description = """libcurl is a free and easy-to-use client-side URL transfer library,
|
|
supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
|
|
POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports
|
|
SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
|
|
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
|
|
Kerberos), file transfer resume, http proxy tunneling and more."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://curl.haxx.se/download/']
|
|
|
|
# dependencies = [('OpenSSL', '1.0.1i')] # OS dependency should be
|
|
# preferred for security reasons
|
|
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/curl', 'lib/libcurl.a', 'lib/libcurl.%s' % SHLIB_EXT],
|
|
'dirs': ['lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|