4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright (c) 2013 David Hoeppner. All rights reserved.
22 # Copyright (c) 2018 Jason Martin
23 # Copyright (c) 2021 Andreas Wacknitz
26 include ..
/..
/..
/make-rules
/shared-macros.mk
28 COMPONENT_NAME
= libgee
29 COMPONENT_VERSION
= 0.20.6
30 COMPONENT_SUMMARY
= GObject based collection and utility library
31 COMPONENT_PROJECT_URL
= https
://wiki.gnome.org
/Projects
/Libgee
32 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
33 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
34 COMPONENT_ARCHIVE_HASH
= sha256
:1bf834f5e10d60cc6124d74ed3c1dd38da646787fbf7872220b8b4068e476d4d
35 COMPONENT_ARCHIVE_URL
= https
://download.gnome.org
/sources
/libgee
/0.20/$(COMPONENT_ARCHIVE
)
36 COMPONENT_FMRI
= library
/desktop
/libgee
37 COMPONENT_CLASSIFICATION
= Development
/GNOME and GTK
+
38 COMPONENT_LICENSE
= LGPLv2.1
40 include $(WS_MAKE_RULES
)/common.mk
42 CONFIGURE_OPTIONS
+= --disable-static
43 CONFIGURE_OPTIONS
+= --enable-shared
44 CONFIGURE_OPTIONS
+= --disable-dependency-tracking
46 COMPONENT_TEST_MASTER
= $(COMPONENT_TEST_RESULTS_DIR
)/results-all.master
47 COMPONENT_TEST_TRANSFORMS
+= \
48 '-e "s/[0-9]*\:[0-9]*\:[0-9]*\.[0-9]*//" ' \
49 '-e "s/gtester:[0-9]*/gtester/" ' \
55 # Auto-generated dependencies
56 REQUIRED_PACKAGES
+= library
/glib2
57 REQUIRED_PACKAGES
+= system
/library