gtar: build only 64-bit version
[unleashed-userland.git] / components / libgnome-keyring / Makefile
blob29b70a30c78bf5b0cec319491e04daa2f0750905
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 (c) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= libgnome-keyring
18 COMPONENT_VERSION= 2.32.0
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= GNOME keyring libraries
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
26 COMPONENT_CLASSIFICATION= System/Security
27 COMPONENT_FMRI= library/gnome/gnome-keyring
28 COMPONENT_LICENSE= LGPLv2
29 COMPONENT_LICENSE_FILE= COPYING
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
37 CONFIGURE_OPTIONS.32= --libexecdir=/usr/lib
38 CONFIGURE_OPTIONS.64= --libexecdir=/usr/lib/$(MACH64)
40 CONFIGURE_OPTIONS+= $(CONFIGURE_OPTIONS.$(BITS))
41 CONFIGURE_OPTIONS+= --sysconfdir=/etc
42 CONFIGURE_OPTIONS+= --disable-static
44 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
46 # common targets
47 build: $(BUILD_32_and_64)
49 install: $(INSTALL_32_and_64)
51 test: $(NO_TESTS)
53 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
55 include $(WS_TOP)/make-rules/depend.mk