void-packages/srcpkgs/json-glib/template
2011-06-17 16:24:24 +02:00

25 lines
926 B
Plaintext

# Template build file for 'json-glib'.
pkgname=json-glib
version=0.12.6
distfiles="${GNOME_SITE}/${pkgname}/0.12/${pkgname}-${version}.tar.bz2"
build_style=gnu_configure
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=29c5f6679928d71943265a835bc5b837da16cf1025f3df8b4e4b51957b09136f
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 run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build gobject-introspection