void-packages/srcpkgs/json-glib/template

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-02-05 16:33:15 +01:00
# Template build file for 'json-glib'.
pkgname=json-glib
2013-09-26 18:06:22 +02:00
version=0.16.2
2013-03-28 18:55:18 +01:00
revision=1
build_style=gnu-configure
2013-03-28 18:55:18 +01:00
hostmakedepends="pkg-config gobject-introspection"
makedepends="libglib-devel"
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"
2013-09-26 18:06:22 +02:00
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a95475364ec27ab1d2a69303cf579018558bfb6981e3498b3aaf1e6401f7422c
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."
json-glib-devel_package() {
2013-04-17 22:06:24 +02:00
depends="libglib-devel json-glib>=${version}"
2013-09-26 18:06:22 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
2013-09-26 18:06:22 +02:00
vmove "usr/lib/*.so"
}
}
json-glib_package() {
pkg_install() {
2013-09-26 18:06:22 +02:00
vmove all
}
}