From: Michael Tremer Date: Fri, 30 Dec 2022 18:18:05 +0000 (+0000) Subject: nghttp2: New package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682e99fb5b7860ce397e2bf80e21b4b6d3e062ff;p=ipfire-3.x.git nghttp2: New package Required by bind but will be used universally. Signed-off-by: Michael Tremer --- diff --git a/nghttp2/nghttp2.nm b/nghttp2/nghttp2.nm new file mode 100644 index 000000000..261012ef3 --- /dev/null +++ b/nghttp2/nghttp2.nm @@ -0,0 +1,37 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = nghttp2 +version = 1.51.0 +release = 1 + +groups = System/Libraries +url = https://nghttp2.org/ +license = MIT +summary = Framing layer of HTTP/2 is implemented as a reusable C library + +description + nghttp2 is an implementation of HTTP/2 and its header compression + algorithm HPACK in C. +end + +source_dl = https://github.com/nghttp2/nghttp2/releases/download/v%{version}/ + +build + configure_options += \ + --enable-lib-only +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end