easyconfigs-it4i/archive/p/protobuf/protobuf-3.2.0-foss-2016a.eb
2019-09-23 07:19:27 +02:00

24 lines
524 B
Plaintext

easyblock = 'ConfigureMake'
name = 'protobuf'
version = '3.2.0'
homepage = 'https://github.com/google/protobuf/'
description = """Google Protocol Buffers"""
toolchain = {'name': 'foss', 'version': '2016a'}
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'