void-packages/srcpkgs/json-c/template

23 lines
710 B
Plaintext

# Template build file for 'json-c'.
pkgname=json-c
version=0.9
homepage="http://oss.metaparadigm.com/$pkgname"
distfiles="$homepage/$pkgname-$version.tar.gz"
build_style=gnu-configure
revision=1
short_desc="A JSON implementation in C"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475
long_desc="
JSON-C implements a reference counting object model that allows you to easily
construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects."
subpackages="${pkgname}-devel"
post_install()
{
vinstall COPYING 644 usr/share/licenses/${pkgname}
}