python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / libedit / Makefile
blobb52f00b2df841cbc88275eee982cec9ea03e1825
2 # CDDL HEADER START
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]
19 # CDDL HEADER END
23 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2019, Michal Nowak
27 BUILD_BITS= 64_and_32
28 include ../../../make-rules/shared-macros.mk
30 COMPONENT_NAME= libedit
31 COMPONENT_VERSION_DATE= 20230828
32 COMPONENT_VERSION= 3.1.$(COMPONENT_VERSION_DATE)
33 COMPONENT_SUMMARY= Libedit - Command line editor library
34 COMPONENT_PROJECT_URL= https://www.thrysoee.dk/editline/
35 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION_DATE)-3.1
36 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
37 COMPONENT_ARCHIVE_HASH= sha256:4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad
38 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
39 COMPONENT_FMRI= library/libedit
40 COMPONENT_CLASSIFICATION= System/Libraries
41 COMPONENT_LICENSE= BSD
42 COMPONENT_LICENSE_FILE= COPYING
44 TEST_TARGET= $(NO_TESTS)
45 include $(WS_MAKE_RULES)/common.mk
47 # Uses GNU awk
48 PATH= $(PATH.gnu)
50 COMPONENT_PREP_ACTION = (cd $(@D) && autoreconf -f)
52 CFLAGS += $(XPG6MODE)
54 CONFIGURE_OPTIONS += --disable-static
56 # Build dependencies
57 REQUIRED_PACKAGES += text/gawk
59 # Auto-generated dependencies
60 REQUIRED_PACKAGES += library/ncurses
61 REQUIRED_PACKAGES += system/library