void-packages/srcpkgs/json-glib/template

24 lines
887 B
Plaintext

# Template build file for 'json-glib'.
pkgname=json-glib
version=0.14.2
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
build_style=gnu-configure
revision=2
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"
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build gobject-introspection