2011-09-28 07:02:54 +00:00
|
|
|
# Template build file for 'json-c'.
|
|
|
|
pkgname=json-c
|
|
|
|
version=0.9
|
2013-04-12 14:52:48 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-09-28 07:02:54 +00:00
|
|
|
short_desc="A JSON implementation in C"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="MIT"
|
2013-04-12 14:52:48 +00:00
|
|
|
homepage="http://oss.metaparadigm.com/$pkgname"
|
|
|
|
distfiles="$homepage/$pkgname-$version.tar.gz"
|
2011-09-28 07:02:54 +00:00
|
|
|
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."
|
|
|
|
|
2013-04-12 14:52:48 +00:00
|
|
|
post_install() {
|
2011-09-28 07:02:54 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|
2013-04-12 14:52:48 +00:00
|
|
|
|
|
|
|
json-c-devel_package() {
|
|
|
|
depends="json-c>=${version}"
|
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
json-c_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|