2011-02-05 15:33:15 +00:00
|
|
|
# Template build file for 'json-glib'.
|
|
|
|
pkgname=json-glib
|
2013-03-28 17:55:18 +00:00
|
|
|
version=0.15.2
|
|
|
|
revision=1
|
2012-03-18 06:35:15 +00:00
|
|
|
configure_args="--enable-static --with-pic=yes"
|
2013-03-28 17:55:18 +00:00
|
|
|
subpackages="${pkgname}-devel"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-28 17:55:18 +00:00
|
|
|
hostmakedepends="pkg-config gobject-introspection"
|
|
|
|
makedepends="glib-devel"
|
2011-02-05 15:33:15 +00:00
|
|
|
short_desc="A JSON parser for GLib-based libraries and applications"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-17 14:24:24 +00:00
|
|
|
homepage="http://live.gnome.org/JsonGlib"
|
|
|
|
license="LGPL-2"
|
2013-03-28 17:55:18 +00:00
|
|
|
distfiles="${GNOME_SITE}/${pkgname}/0.15/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde
|
2011-02-05 15:33:15 +00:00
|
|
|
long_desc="
|
|
|
|
JSON-GLib implements a full JSON parser using GLib and GObject.
|
|
|
|
|
|
|
|
Use JSON-GLib it is possible to parse and generate valid JSON data
|
|
|
|
structures, using a DOM-like API. JSON-GLib also offers GObject
|
|
|
|
integration, providing the ability to serialize and deserialize
|
|
|
|
GObject instances to and from JSON data types."
|