easyconfigs-it4i/p/protobuf/protobuf-3.2.0.eb
2019-11-06 13:27:39 +01:00

24 lines
494 B
Plaintext

easyblock = 'ConfigureMake'
name = 'protobuf'
version = '3.2.0'
homepage = 'https://github.com/google/protobuf/'
description = """Google Protocol Buffers"""
toolchain = SYSTEM
source_urls = ['https://github.com/google/protobuf/archive/v%(version)s/']
sources = [SOURCE_TAR_GZ]
builddependencies = [('Autotools', '20150215')]
preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'files': ['bin/protoc', 'lib/libprotobuf.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'devel'