# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms 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 (c) 2015 Alexander Pyhalov # Copyright (c) 2023 Friedrich Kink # include ../../../../make-rules/shared-macros.mk COMPONENT_NAME= libgnome-keyring COMPONENT_VERSION= 3.9.1 COMPONENT_PROJECT_URL= http://www.gnome.org COMPONENT_SUMMARY= GNOME keyring libraries COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= \ sha256:8eaca3d4f04ba834acb6c5037b26c3f0837ee4b71ccb380e7810052f7cde381b COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/3.9/$(COMPONENT_ARCHIVE) COMPONENT_CLASSIFICATION= System/Security COMPONENT_FMRI= library/gnome/gnome-keyring COMPONENT_LICENSE= LGPLv2 COMPONENT_LICENSE_FILE= COPYING include $(WS_MAKE_RULES)/common.mk PATH=$(PATH.gnu) CONFIGURE_OPTIONS.32= --libexecdir=/usr/lib CONFIGURE_OPTIONS.64= --libexecdir=/usr/lib/$(MACH64) CONFIGURE_OPTIONS+= $(CONFIGURE_OPTIONS.$(BITS)) CONFIGURE_OPTIONS+= --sysconfdir=/etc CONFIGURE_OPTIONS+= --disable-static COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 # common targets build: $(BUILD_64_and_32) install: $(INSTALL_64_and_32) test: $(NO_TESTS) # Auto-generated dependencies REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/libdbus REQUIRED_PACKAGES += system/library/security/libgcrypt