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) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
22 # Copyright 2023 Klaus Ziegler
26 include ..
/..
/..
/make-rules
/shared-macros.mk
29 COMPONENT_VERSION
= 1.24
30 COMPONENT_SUMMARY
= gdbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines
31 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
32 COMPONENT_PROJECT_URL
= http
://www.gnu.org
/software
/gdbm
/
33 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
34 COMPONENT_ARCHIVE_URL
= https
://ftp.gnu.org
/gnu
/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
35 COMPONENT_ARCHIVE_HASH
= sha256
:695e9827fdf763513f133910bc7e6cfdb9187943a4fec943e57449723d2b8dbf
36 COMPONENT_SIG_URL
= $(COMPONENT_ARCHIVE_URL
).sig
37 COMPONENT_FMRI
= library
/database
/$(COMPONENT_NAME
)
38 COMPONENT_CLASSIFICATION
= Development
/Databases
39 COMPONENT_LICENSE
= GPLv3
40 COMPONENT_LICENSE_FILE
= COPYING
42 include $(WS_MAKE_RULES
)/common.mk
44 CONFIGURE_OPTIONS
+= --disable-static
45 CONFIGURE_OPTIONS
+= --enable-shared
47 COMPONENT_INSTALL_ENV
+= INSTALL_ROOT
="$(PROTO_DIR)"
49 COMPONENT_TEST_TRANSFORMER
= $(NAWK
)
50 COMPONENT_TEST_TRANSFORMS
= "'/ ok| skipped| successful/'"
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES
+= $(READLINE_PKG
)
54 REQUIRED_PACKAGES
+= system
/library