From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] jansson: New package. Date: Wed, 15 Feb 2023 20:46:24 +0100 Message-ID: <20230215194624.357015-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8190287192786903558==" List-Id: --===============8190287192786903558== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- jansson/jansson.nm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 jansson/jansson.nm diff --git a/jansson/jansson.nm b/jansson/jansson.nm new file mode 100644 index 000000000..6fab1d462 --- /dev/null +++ b/jansson/jansson.nm @@ -0,0 +1,41 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D jansson +version =3D 2.13.1 +release =3D 1 + +groups =3D System/Libraries +url =3D https://www.digip.org/jansson/ +license =3D MIT +summary =3D C library for encoding, decoding and manipulating JSON data. + +description + Small library for parsing and writing JSON documents. +end + +source_dl =3D https://www.digip.org/jansson/releases/ +sources =3D %{thisapp}.tar.bz2 + +build + configure_options +=3D \ + --disable-static \ + + test + LD_LIBRARY_PATH=3D"%{DIR_APP}/src/.libs" make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.30.2 --===============8190287192786903558==--