zhangmeng
2024-04-22 16935f4aebffdd1b6580b844391a0aa0f4f3012b
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=/opt
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
 
Name: Protocol Buffers
Description: Google's Data Interchange Format
Version: 3.17.3
Libs: -L${libdir} -lprotobuf -lpthread
Libs.private: -lz 
 
Cflags: -I${includedir} -pthread
Conflicts: protobuf-lite