void-packages/srcpkgs/json-glib/template

23 lines
867 B
Text
Raw Normal View History

2011-02-05 15:33:15 +00:00
# Template build file for 'json-glib'.
pkgname=json-glib
2011-04-12 10:12:09 +00:00
version=0.12.4
2011-02-05 15:33:15 +00:00
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>"
2011-04-12 10:12:09 +00:00
checksum=462cd611016ae189d5e3f258dc7741e6a2e8267404b4e3806aaf346d50f1df7e
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."
subpackages="${pkgname}-devel"
2011-02-05 15:33:15 +00:00
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build gobject-introspection