From patchwork Wed Feb 15 19:46:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6525 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PH7qv587xz3xDh for ; Wed, 15 Feb 2023 19:46:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PH7qt6XsZzmW; Wed, 15 Feb 2023 19:46:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PH7qt5tyQz2xlX; Wed, 15 Feb 2023 19:46:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PH7qs4rCQz2xHt for ; Wed, 15 Feb 2023 19:46:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PH7qs0wv3zKj; Wed, 15 Feb 2023 19:46:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676490393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=R6FRMRbGNGaVYaOvTrW7jSb+iWHR7ncNB7yI4myBn28=; b=RstF4awjA7GfFdSfJ2GVMAszVeVOJkwSDpZohO1knUrB2TGHXXW6vMiGFh7oi5qd+UJmhI F1fg4W/deAgDxaCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676490393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=R6FRMRbGNGaVYaOvTrW7jSb+iWHR7ncNB7yI4myBn28=; b=sPaazoKsUgkKyBd3WIyo4BnGKicQKEqFlB3J+fFJ4U4iGxhijEr+1EfTLAAIynAVDRZzF3 y44QPmQ8bUOFqkTxtHxihHPJ06gw3HgtiWGnECD/Gsvy5vNr+O+cHezoyoA9fO4/IQZOdk 7Vtb1s/C+RsO7kzfmWfd4ifP8A9+yD1fBXmrtfFEC5hSuJ0ENtkn+DeJ9B4FXwKKnGn6Ql Wyy09QP//4ZwzF+gUIAOLcRAQ5qEds9Kz73QQrK5Rdyca6LcPVyST20g4eUdgmWs2ieOBZ VdmQ1JkBCscoOSMy5PLuWQni9ZZQi5wCS24VZDv1Ob0uE2tqmvNOTH1kTKeSgw== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 = jansson +version = 2.13.1 +release = 1 + +groups = System/Libraries +url = https://www.digip.org/jansson/ +license = MIT +summary = C library for encoding, decoding and manipulating JSON data. + +description + Small library for parsing and writing JSON documents. +end + +source_dl = https://www.digip.org/jansson/releases/ +sources = %{thisapp}.tar.bz2 + +build + configure_options += \ + --disable-static \ + + test + LD_LIBRARY_PATH="%{DIR_APP}/src/.libs" make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end