mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'cURL'
|
|
version = '7.53.1'
|
|
|
|
homepage = 'http://curl.haxx.se'
|
|
description = 'libcurl is a free and easy-to-use client-side URL transfer library'
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://curl.haxx.se/download/']
|
|
|
|
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'
|