mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
23 lines
624 B
Plaintext
23 lines
624 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'snappy'
|
|
version = '1.1.3'
|
|
|
|
homepage = 'https://github.com/google/snappy'
|
|
description = """Snappy is a compression/decompression library. It does not aim
|
|
for maximum compression, or compatibility with any other compression library;
|
|
instead, it aims for very high speeds and reasonable compression."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = [
|
|
'https://github.com/google/snappy/releases/download/%(version)s']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libsnappy.%s' % SHLIB_EXT],
|
|
'dirs': ['include', 'share']
|
|
}
|
|
|
|
moduleclass = 'lib'
|