Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : json-c | name : json-c | ||||
| version : 0.12.1 | version : 0.13 | ||||
| release : 6 | release : 7 | ||||
| source : | source : | ||||
| - https://github.com/json-c/json-c/archive/json-c-0.12.1-20160607.tar.gz : 989e09b99ded277a0a651cd18b81fcb76885fea08769d7a21b6da39fb8a34816 | - https://github.com/json-c/json-c/archive/json-c-0.13-20171207.tar.gz : 26e642456caab38aa9459279b9712ffec52f751e9f46641d28461c244bd6bae6 | ||||
| license : | license : MIT | ||||
| - MIT | |||||
| summary : JSON implementation in C | |||||
| component : programming.library | component : programming.library | ||||
| emul32 : yes | emul32 : yes | ||||
| summary : JSON implementation in C | |||||
| description: | | description: | | ||||
| 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. | 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. | ||||
| setup : | | setup : | | ||||
| %configure --disable-static --prefix=/usr | %patch -p1 < $pkgfiles/avoid-invalid-free-when-ref_count.patch | ||||
| %configure --disable-static | |||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| # Provide compatibility for older Steam games | # Provide compatibility for older Steam games | ||||
| ln -s libjson-c.so.2.0.2 $installdir/%libdir%/libjson.so.0 | ln -s libjson-c.so.2.0.2 $installdir/%libdir%/libjson.so.0 | ||||
| check : | | |||||
| %make check | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.