From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] jansson: New package.
Date: Wed, 15 Feb 2023 20:46:24 +0100 [thread overview]
Message-ID: <20230215194624.357015-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1425 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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 <info(a)ipfire.org> #
+###############################################################################
+
+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
--
2.30.2
reply other threads:[~2023-02-15 19:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230215194624.357015-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox