easyconfigs-it4i/c/cURL/cURL-7.37.1.eb
2019-11-06 13:27:39 +01:00

29 lines
1001 B
Plaintext

easyblock = 'ConfigureMake'
name = 'cURL'
version = '7.37.1'
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 = SYSTEM
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'