protobuf stable port information

Package: protobuf
Version: 2.4.1
Revision: 1
Description: Protocol Buffers from Google
License: BSD

Source: http://%n.googlecode.com/files/%n-%v.tar.bz2
Source-md5: ed436802019c9e1f40cc750eaf78f318

Depends: %n7-shlibs

DocFiles: *.txt

SplitOff: <<
Package: %n7-shlibs
Files: <<
lib/libproto*7.dylib
<<
Shlibs: <<
%p/lib/libprotobuf-lite.7.dylib 8.0.0 %n (>= 2.4.1-1)
%p/lib/libprotobuf.7.dylib 8.0.0 %n (>= 2.4.1-1)
%p/lib/libprotoc.7.dylib 8.0.0 %n (>= 2.4.1-1)
<<
DocFiles: *.txt
<<

Splitoff2: <<
Package: protobuf7-dev
Depends: pkgconfig, protobuf7-shlibs (>= %v-1)
BuildDependsOnly: true
Files: <<
include
lib
<<
DocFiles: *.txt
<<

DescDetail: <<
Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. Google uses Protocol Buffers
for almost all of its internal RPC protocols and file formats.

The package include the commandline tool protoc. Usage:
protoc [OPTION] PROTO_FILES
<<

Homepage: http://code.google.com/p/protobuf/

Maintainer: Karl-Michael Schindler