mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
366 B
Plaintext
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'
|