2011-02-05 16:33:15 +01:00
|
|
|
# Template build file for 'json-glib'.
|
|
|
|
pkgname=json-glib
|
2011-10-26 18:28:36 +02:00
|
|
|
version=0.14.2
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=4
|
2011-09-30 13:36:39 +02:00
|
|
|
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
2012-03-18 07:35:15 +01:00
|
|
|
configure_args="--enable-static --with-pic=yes"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config glib-devel gobject-introspection"
|
2011-02-05 16:33:15 +01:00
|
|
|
short_desc="A JSON parser for GLib-based libraries and applications"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-17 16:24:24 +02:00
|
|
|
homepage="http://live.gnome.org/JsonGlib"
|
|
|
|
license="LGPL-2"
|
2011-10-26 18:28:36 +02:00
|
|
|
checksum=b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7
|
2011-02-05 16:33:15 +01: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."
|
|
|
|
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="${pkgname}-devel"
|