6511N/A#
6511N/A# CDDL HEADER START
6511N/A#
6511N/A# The contents of this file are subject to the terms of the
6511N/A# Common Development and Distribution License (the "License").
6511N/A# You may not use this file except in compliance with the License.
6511N/A#
6511N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6511N/A# or http://www.opensolaris.org/os/licensing.
6511N/A# See the License for the specific language governing permissions
6511N/A# and limitations under the License.
6511N/A#
6511N/A# When distributing Covered Code, include this CDDL HEADER in each
6511N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6511N/A# If applicable, add the following below this CDDL HEADER, with the
6511N/A# fields enclosed by brackets "[]" replaced with your own identifying
6511N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6511N/A#
6511N/A# CDDL HEADER END
6511N/A#
6511N/A
6511N/A#
6511N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6511N/A#
6511N/ACOMPILER= gcc
6511N/ABUILD_BITS= 64
6511N/Ainclude ../../../make-rules/shared-macros.mk
6511N/A
6511N/ACOMPONENT_NAME= pidgin-gnome-keyring
6511N/ACOMPONENT_VERSION= 2.0
6511N/ACOMPONENT_PROJECT_URL= https://github.com/aebrahim/pidgin-gnome-keyring
6511N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)_$(COMPONENT_VERSION).orig.tar.gz
6511N/ACOMPONENT_ARCHIVE_HASH= \
6511N/A sha256:f75bc1a859226a5ad7cf3012925835a4d70b83dcac57a95d452194601b03191c
6511N/ACOMPONENT_ARCHIVE_URL= http://archive.ubuntu.com/ubuntu/pool/universe/p/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
6511N/ACOMPONENT_BUGDB= utility/pidgin
6511N/A
6511N/ATPNO= 29496
6511N/A
6511N/A# Pidgin is on the do-not-publish list (depends on S12-only changes in ON &
6511N/A# Desktop), so no point publishing this without that.
6511N/Aifeq ($(BUILD_TYPE), evaluation)
6511N/ABUILD_64=
6511N/AINSTALL_64=
6511N/APUBLISH_STAMP=
6511N/Aendif
6511N/A
6511N/ABUILD_STYLE= justmake
6511N/AINSTALL_TARGET= build
6511N/ATEST_TARGET= $(NO_TESTS)
6511N/Ainclude $(WS_MAKE_RULES)/common.mk
6511N/A
6511N/A# VERSION is used by the build process.
6511N/ACOMPONENT_PRE_BUILD_ACTION += \
6511N/A echo $(COMPONENT_VERSION) > $(BUILD_DIR_64)/VERSION
6511N/A
6511N/ACOMPONENT_BUILD_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
6511N/A
6511N/A# The Makefile install target puts it in the 32-bit directory, so just get it
6511N/A# from the build directory.
6511N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
6511N/A
6511N/AREQUIRED_PACKAGES += communication/im/pidgin
6511N/AREQUIRED_PACKAGES += library/glib2
6511N/AREQUIRED_PACKAGES += library/gnome/libsecret
6511N/AREQUIRED_PACKAGES += system/library