Home | History | Annotate | Download | only in pkgconfig
      1 prefix=/tmp/protoc
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: Protocol Buffers
      7 Description: Google's Data Interchange Format
      8 Version: 3.0.0-beta-3
      9 Libs: -L${libdir} -lprotobuf -D_THREAD_SAFE  
     10 Libs.private: -lz 
     11 Cflags: -I${includedir} -D_THREAD_SAFE 
     12 Conflicts: protobuf-lite
     13