22 lines
886 B
Text
22 lines
886 B
Text
# Template build file for 'json-glib'.
|
|
pkgname=json-glib
|
|
version=0.14.2
|
|
revision=4
|
|
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
|
configure_args="--enable-static --with-pic=yes"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config glib-devel gobject-introspection"
|
|
short_desc="A JSON parser for GLib-based libraries and applications"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://live.gnome.org/JsonGlib"
|
|
license="LGPL-2"
|
|
checksum=b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7
|
|
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."
|
|
|
|
subpackages="${pkgname}-devel"
|