From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libjansson: New package.
Date: Mon, 02 Sep 2019 14:35:08 +0200 [thread overview]
Message-ID: <20190902123508.1155-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]
This library is used by suricata to provide logging data in JSON format.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
libjansson/libjansson.nm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 libjansson/libjansson.nm
diff --git a/libjansson/libjansson.nm b/libjansson/libjansson.nm
new file mode 100644
index 000000000..20b9d2418
--- /dev/null
+++ b/libjansson/libjansson.nm
@@ -0,0 +1,39 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = libjansson
+version = 2.12
+release = 1
+
+groups = System/Libraries
+url = http://www.digip.org/jansson/
+license = MIT
+summary = Jansson is a C library for encoding, decoding and manipulating JSON data.
+
+description
+ %{summary}
+end
+
+source_dl = http://www.digip.org/jansson/releases/
+sources = jansson-%{version}.tar.bz2
+
+build
+ DIR_APP = %{DIR_SRC}/jansson-%{version}
+
+ configure_options +=\
+ --disable-static
+end
+
+packages
+ package %{name}
+
+ package %{name}-devel
+ template DEVEL
+ end
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.20.1
reply other threads:[~2019-09-02 12:35 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=20190902123508.1155-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