2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

core: Added json-c

This commit is contained in:
Dylan Araps 2019-06-23 09:24:46 +03:00
parent d0df6c8dc0
commit e862d2a118
6 changed files with 87 additions and 0 deletions

8
core/json-c/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
core/json-c/checksums Normal file
View File

@ -0,0 +1 @@
b87e608d4d3f7bfdd36ef78d56d53c74e66ab278d318b71e6002a369d36f4873 json-c-0.13.1.tar.gz

40
core/json-c/licenses Normal file
View File

@ -0,0 +1,40 @@
Copyright (c) 2009-2012 Eric Haszlakiewicz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
----------------------------------------------------------------
Copyright (c) 2004, 2005 Metaparadigm Pte Ltd
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

36
core/json-c/manifest Normal file
View File

@ -0,0 +1,36 @@
/var/db/kiss/json-c/version
/var/db/kiss/json-c/sources
/var/db/kiss/json-c/manifest
/var/db/kiss/json-c/licenses
/var/db/kiss/json-c/checksums
/var/db/kiss/json-c/build
/var/db/kiss/json-c/
/var/db/kiss/
/var/db/
/var/
/usr/lib/pkgconfig/json-c.pc
/usr/lib/pkgconfig/
/usr/lib/libjson-c.so.4.0.0
/usr/lib/libjson-c.so.4
/usr/lib/libjson-c.so
/usr/lib/libjson-c.la
/usr/lib/libjson-c.a
/usr/lib/
/usr/include/json-c/printbuf.h
/usr/include/json-c/linkhash.h
/usr/include/json-c/json_visit.h
/usr/include/json-c/json_util.h
/usr/include/json-c/json_tokener.h
/usr/include/json-c/json_pointer.h
/usr/include/json-c/json_object_iterator.h
/usr/include/json-c/json_object.h
/usr/include/json-c/json_inttypes.h
/usr/include/json-c/json.h
/usr/include/json-c/json_c_version.h
/usr/include/json-c/json_config.h
/usr/include/json-c/debug.h
/usr/include/json-c/bits.h
/usr/include/json-c/arraylist.h
/usr/include/json-c/
/usr/include/
/usr/

1
core/json-c/sources Normal file
View File

@ -0,0 +1 @@
https://s3.amazonaws.com/json-c_releases/releases/json-c-0.13.1.tar.gz

1
core/json-c/version Normal file
View File

@ -0,0 +1 @@
0.13.1 1