void-packages/srcpkgs/json-c/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

22 lines
724 B
Text

# 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
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"
Add_dependency run glibc
post_install()
{
vinstall COPYING 644 usr/share/licenses/${pkgname}
}