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

20 lines
334 B
Plaintext

easyblock = 'ConfigureMake'
name = 'protobuf'
version = '2.5.0'
homepage = 'https://code.google.com/p/protobuf/'
description = """Google Protocol Buffers"""
toolchain = SYSTEM
sources = [SOURCE_TAR_GZ]
source_urls = [GOOGLECODE_SOURCE]
sanity_check_paths = {
'files': ['bin/protoc'],
'dirs': [],
}
moduleclass = 'devel'