# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright (c) 2013 David Hoeppner. All rights reserved. # Copyright (c) 2018 Jason Martin # Copyright (c) 2021 Andreas Wacknitz # BUILD_BITS= 64_and_32 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= libgee COMPONENT_VERSION= 0.20.6 COMPONENT_SUMMARY= GObject based collection and utility library COMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Libgee COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= sha256:1bf834f5e10d60cc6124d74ed3c1dd38da646787fbf7872220b8b4068e476d4d COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/libgee/0.20/$(COMPONENT_ARCHIVE) COMPONENT_FMRI= library/desktop/libgee COMPONENT_CLASSIFICATION= Development/GNOME and GTK+ COMPONENT_LICENSE = LGPLv2.1 include $(WS_MAKE_RULES)/common.mk CONFIGURE_OPTIONS += --disable-static CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --disable-dependency-tracking COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master COMPONENT_TEST_TRANSFORMS += \ '-e "s/[0-9]*\:[0-9]*\:[0-9]*\.[0-9]*//" ' \ '-e "s/gtester:[0-9]*/gtester/" ' \ '-n ' \ '-e "/WARNING/p" ' \ '-e "/PASS:/p" ' \ '-e "/OK/p" ' # Auto-generated dependencies REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += system/library