23 lines
724 B
Text
23 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}
|
||
|
}
|