2 "name": "GoogleProtobuf",
6 "version": "2.5.0-NoMake",
11 "summary": "Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
12 "description": " Protocol buffers are Google's language-neutral, platform-neutral,\n extensible mechanism for serializing structured data – think XML, but\n smaller, faster, and simpler.\n\n Produces a stand-alone build of the Google Protocol Buffer library for\n use in iOS applications. Xcode 5 is required to build protobuf from source.\n A copy of the protoc compiler is not built in this version. Please use the\n standard 2.5.0 version if you want the protoc compiler\n",
14 "Google": "protobuf@googlegroups.com"
17 "http": "https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz"
19 "homepage": "https://developers.google.com/protocol-buffers/",
22 "src/google/protobuf/**/*.{h,cc}"
24 "compiler_flags": "-D_THREAD_SAFE",
26 "src/**/compiler/cpp/**",
27 "src/**/compiler/python/**",
28 "src/**/compiler/java/**",
33 "header_mappings_dir": "src",
34 "requires_arc": false,
35 "prepare_command": " (\n ./configure --prefix=\"$PWD\"\n sed -i .orig 's/tr1\\///g' config.h\n sed -i .orig 's/::tr1//g' config.h\n perl -i.bak -pe '$_ = qq[#elif defined(__aarch64__)\n#define GOOGLE_PROTOBUF_ARCH_ARM 1\n#define GOOGLE_PROTOBUF_ARCH_64_BIT 1\n$_] if $_ eq qq[#elif defined(__MIPSEL__)\n]' src/google/protobuf/stubs/platform_macros.h\n perl -i.bak -pe '$_ = qq[#define google google_public\n\n$_] if $_ eq qq[#include <assert.h>\n]' src/google/protobuf/stubs/common.h\n ) | tee \"/tmp/$(basename $0).$$.tmp\"\n"