void-packages/srcpkgs/json-glib/template

25 lines
925 B
Plaintext
Raw Normal View History

2011-02-05 16:33:15 +01:00
# Template build file for 'json-glib'.
pkgname=json-glib
2011-09-30 13:36:39 +02:00
version=0.14.0
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
build_style=gnu-configure
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-09-30 13:36:39 +02:00
checksum=821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56
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."
subpackages="${pkgname}-devel"
2011-02-05 16:33:15 +01:00
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build gobject-introspection