openssl-1.1: add patches for CVE-2024-2511 and CVE-2024-4741
[oi-userland.git] / components / library / libgnt / Makefile
blobfc1e6cce039c71ea895694247386572adc4d2429
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2022 Niklas Poslovski
15 BUILD_BITS= 64
16 BUILD_STYLE= meson
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= libgnt
20 COMPONENT_VERSION= 2.14.4
21 COMPONENT_SUMMARY= The GLib Ncurses Toolkit
22 COMPONENT_PROJECT_URL= https://keep.imfreedom.org/libgnt/libgnt/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-dev
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
25 COMPONENT_ARCHIVE_HASH= sha256:195933a9a731d3575791b881ba5cc0ad2a715e1e9c4c23ccaaa2a17e164c96ec
26 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/pidgin/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
27 COMPONENT_FMRI= library/libgnt
28 COMPONENT_CLASSIFICATION= System/Libraries
29 COMPONENT_LICENSE= GPLv2
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 LDFLAGS += -L/usr/gnu/lib/$(MACH64) -R/usr/gnu/lib/$(MACH64)
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += runtime/python
41 REQUIRED_PACKAGES += library/glib2
42 REQUIRED_PACKAGES += library/libxml2
43 REQUIRED_PACKAGES += library/ncurses
44 REQUIRED_PACKAGES += system/library