mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
24 lines
494 B
Plaintext
24 lines
494 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'protobuf'
|
|
version = '3.2.0'
|
|
|
|
homepage = 'https://github.com/google/protobuf/'
|
|
description = """Google Protocol Buffers"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
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'
|