easy-rsa: update to 3.2.1
[oi-userland.git] / components / library / nghttp3 / Makefile
blobbee1e64ee12ad435da13cb191e52e609cbadc555
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2023 Friedrich Kink
15 USE_DEFAULT_TEST_TRANSFORMS= yes
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= nghttp3
19 COMPONENT_VERSION= 1.7.0
20 COMPONENT_SUMMARY= This library implements RFC 9114 HTTP/3. It does not support server push.
21 COMPONENT_PROJECT_URL= https://nghttp2.org/
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
24 COMPONENT_ARCHIVE_HASH= sha256:b4eb6bceb99293d9a9df2031c1aad166af3d57b3e33655aca0699397b6f0d751
25 COMPONENT_ARCHIVE_URL= https://github.com/ngtcp2/nghttp3/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= library/nghttp3
27 COMPONENT_CLASSIFICATION= System/Libraries
28 COMPONENT_LICENSE= MIT
29 COMPONENT_LICENSE_FILE= COPYING
31 include $(WS_MAKE_RULES)/common.mk
33 CONFIGURE_OPTIONS += --disable-static
35 # Manually added dependencies
36 TEST_REQUIRED_PACKAGES += developer/cunit
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += system/library