]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
nghttp2: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Dec 2022 18:18:05 +0000 (18:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Dec 2022 18:18:05 +0000 (18:18 +0000)
Required by bind but will be used universally.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
nghttp2/nghttp2.nm [new file with mode: 0644]

diff --git a/nghttp2/nghttp2.nm b/nghttp2/nghttp2.nm
new file mode 100644 (file)
index 0000000..261012e
--- /dev/null
@@ -0,0 +1,37 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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