Marcel Telka
2022-01-31 b7ef23180b8258d99f0990e953e0eddbaaab32a5
commit | author | age
828b50 1 #
AP 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.
5 #
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.
9 #
10
11 #
12 # Copyright (c) 2015 Alexander Pyhalov
13 #
14
2dc845 15 include ../../../../make-rules/shared-macros.mk
828b50 16
AP 17 COMPONENT_NAME=        libgnome-keyring
18 COMPONENT_VERSION=    2.32.0
7274f5 19 COMPONENT_REVISION=    1
828b50 20 COMPONENT_PROJECT_URL=    http://www.gnome.org
AP 21 COMPONENT_SUMMARY=    GNOME keyring libraries
22 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH=    \
25     sha256:56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c
b7ef23 26 COMPONENT_ARCHIVE_URL=    https://download.gnome.org/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
828b50 27 COMPONENT_CLASSIFICATION=    System/Security
AP 28 COMPONENT_FMRI=        library/gnome/gnome-keyring
29 COMPONENT_LICENSE=    LGPLv2
30 COMPONENT_LICENSE_FILE= COPYING
31
2dc845 32 include $(WS_MAKE_RULES)/prep.mk
AL 33 include $(WS_MAKE_RULES)/configure.mk
34 include $(WS_MAKE_RULES)/ips.mk
828b50 35
2dc845 36 PATH=$(PATH.gnu)
828b50 37
AP 38 CONFIGURE_OPTIONS.32=    --libexecdir=/usr/lib
39 CONFIGURE_OPTIONS.64=    --libexecdir=/usr/lib/$(MACH64)
40
41 CONFIGURE_OPTIONS+=    $(CONFIGURE_OPTIONS.$(BITS))
42 CONFIGURE_OPTIONS+=    --sysconfdir=/etc
43 CONFIGURE_OPTIONS+=    --disable-static
44
45 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
46
47 # common targets
48 build:        $(BUILD_32_and_64)
49
50 install:    $(INSTALL_32_and_64)
51
52 test:        $(NO_TESTS)
53
2dc845 54 # Auto-generated dependencies
AL 55 REQUIRED_PACKAGES += library/glib2
56 REQUIRED_PACKAGES += system/library
57 REQUIRED_PACKAGES += system/library/libdbus
58 REQUIRED_PACKAGES += system/library/security/libgcrypt
7274f5 59 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc