json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / library / gmime3 / Makefile
blob4be3817343894acdba7a77d5246c6c0bbab614d5
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 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gmime3
18 COMPONENT_VERSION= 3.2.15
19 COMPONENT_SUMMARY= A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools
20 COMPONENT_PROJECT_URL= https://github.com/jstedfast/gmime
21 COMPONENT_SRC= gmime-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= sha256:84cd2a481a27970ec39b5c95f72db026722904a2ccf3fdbd57b280cf2d02b5c4
24 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
25 COMPONENT_FMRI= library/gmime3
26 COMPONENT_CLASSIFICATION= System/Libraries
27 COMPONENT_LICENSE= LGPLv2.1
28 COMPONENT_LICENSE_FILE= COPYING
30 include $(WS_MAKE_RULES)/common.mk
32 CFLAGS += $(XPG6MODE)
34 CONFIGURE_OPTIONS += MAKE=gmake
36 COMPONENT_TEST_TRANSFORMS += \
37 ' -n ' \
38 ' -e "/Testing/p" ' \
39 ' -e "/Results:/p" '
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES += library/glib2
43 REQUIRED_PACKAGES += library/libidn2
44 REQUIRED_PACKAGES += library/security/gpgme
45 REQUIRED_PACKAGES += library/zlib
46 REQUIRED_PACKAGES += system/library