the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: protobuf-c
Version: 0.15
Revision: 1
Description: Protocol Buffers from Google for C
License: BSD
Source: http://%n.googlecode.com/files/%n-%v.tar.gz
Source-md5: 73ff0c8df50d2eee75269ad8f8c07dc8
BuildDepends: protobuf, protobuf7-dev
Depends: protobuf7-shlibs, %n-shlibs
DocFiles: README TODO
SplitOff: <<
Package: %n-shlibs
Files: <<
lib/libprotobuf-c.0.dylib
<<
Shlibs: <<
%p/lib/libprotobuf-c.0.dylib 1.0.0 %n (>= 0.15-1)
<<
DocFiles: README TODO
<<
Splitoff2: <<
Package: protobuf-c-dev
Depends: pkgconfig, protobuf-c-shlibs (>= %v-1)
BuildDependsOnly: true
Files: <<
include
lib
<<
DocFiles: README TODO
<<
DescDetail: <<
protobuf-c is a C binding for Google's Protocol Buffers
(aka protobuf) library and code generator.
The overall design is similar to the C++ structure,
except we try to generate as little code as possible.
The package include the commandline tool protoc-c. Usage:
protoc-c [OPTION] PROTO_FILES
<<
Homepage: http://code.google.com/p/protobuf-c/
Maintainer: Karl-Michael Schindler