easyconfigs-it4i/p/protobuf/protobuf-2.5.0-goolf-1.4.10.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

20 lines
366 B
Plaintext

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