mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
27 lines
516 B
Plaintext
27 lines
516 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'glog'
|
|
version = '0.3.4'
|
|
|
|
homepage = 'https://github.com/google/glog'
|
|
description = """
|
|
A C++ implementation of the Google logging module.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['v%(version)s.tar.gz']
|
|
source_urls = ['https://github.com/google/glog/archive/']
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/glog/logging.h',
|
|
'include/glog/raw_logging.h',
|
|
'lib/libglog.a',
|
|
'lib/libglog.%s' %
|
|
SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|