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 = ['https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/protobuf/'] sanity_check_paths = { 'files': ['bin/protoc'], 'dirs': [], } moduleclass = 'devel'