json-c stable port information

Package: json-c
Version: 0.9
Revision: 2
License: BSD
Maintainer: Hans-Christoph Steiner
Homepage: http://oss.metaparadigm.com/json-c/
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink ( >= 0.24.12 )
BuildDependsOnly: true
Conflicts: libjson
Replaces: libjson (0.9-1)
###
Source: http://oss.metaparadigm.com/%n/%n-%v.tar.gz
Source-MD5: 3a13d264528dcbaf3931b0cede24abae
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README README.html README-WIN32.html doc/html
###
Splitoff: <<
Package: %N-shlibs
Conflicts: libjson-shlibs
Replaces: libjson-shlibs (0.9-1)
Files: <<
lib/libjson.0.dylib
<<
Shlibs: <<
%p/lib/libjson.0.dylib 1.0.0 %n (>= 0.9-1)
<<
DocFiles: COPYING ChangeLog README.html
<<
###
Description: JSON implementation in C
DescDetail: <<
JSON-C implements a reference counting object model that allows you
to easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.
<<
###