public
Description: A JSON reader and writer library using GLib and GObject
Homepage: http://live.gnome.org/JsonGlib
Clone URL: git://github.com/ebassi/json-glib.git
ebassi (author)
Sun Jun 28 15:52:34 -0700 2009
commit  7411cadc0fdd9ffc2bd7004c9980913ac857a495
tree    7d5bf8b38c6d91fcf5922d25b901be5c9d07b3ca
parent  112a8ec8dfd9c46304008b62e8ab256ed7714644
json-glib / json-glib.pc.in
100644 12 lines (10 sloc) 0.262 kb
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: JSON-GLib
Description: JSON Parser for GLib
Version: @VERSION@
Libs: -L${libdir} -ljson-glib-1.0
Cflags: -I${includedir}/json-glib-1.0
Requires: gobject-2.0