# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2014 Alexander Pyhalov. All rights reserved. # Copyright 2022 Niklas Poslovski # BUILD_BITS= 32_and_64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= gmime COMPONENT_VERSION= 2.6.23 COMPONENT_REVISION= 1 COMPONENT_SUMMARY= Libraries and binaries to parse and index mail messages COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= sha256:7149686a71ca42a1390869b6074815106b061aaeaaa8f2ef8c12c191d9a79f6a COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/2.6/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= https://www.gnome.org COMPONENT_FMRI= library/gmime COMPONENT_CLASSIFICATION= COMPONENT_LICENSE= LGPLv2.1 COMPONENT_LICENSE_FILE= gmime.license include $(WS_MAKE_RULES)/common.mk PATH= $(PATH.gnu) CONFIGURE_OPTIONS.32 += --libexecdir=/usr/lib CONFIGURE_OPTIONS.64 += --libexecdir=/usr/lib/$(MACH64) CONFIGURE_OPTIONS += --sysconfdir=/etc COMPONENT_PREP_ACTION += \ cd $(@D); autoreconf --install --force # Auto-generated dependencies REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += library/security/gpgme REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += system/library