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: 2.5.0 9 Libs: -L${libdir} -lprotobuf -pthread -lpthread 10 Libs.private: -lz 11 Cflags: -I${includedir} -pthread 12 # Commented out because it crashes pkg-config *sigh*: 13 # http://bugs.freedesktop.org/show_bug.cgi?id=13265 14 # Conflicts: protobuf-lite 15