python/hypothesis: update to 6.122.3
[oi-userland.git] / components / developer / ragel / Makefile
blob5dd5d1f859f002d5153ed0a369dda00bff020f0c
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
21 # Copyright (c) 2023 Friedrich Kink
23 BUILD_STYLE= configure
24 BUILD_BITS= 64
25 include ../../../make-rules/shared-macros.mk
27 COMPONENT_NAME= ragel
28 COMPONENT_VERSION= 6.10
29 COMPONENT_REVISION= 1
30 COMPONENT_SUMMARY= Ragel compiles executable finite state machines from regular languages.
31 COMPONENT_PROJECT_URL= https://www.colm.net/open-source/ragel/
32 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
33 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
34 COMPONENT_ARCHIVE_HASH= sha256:5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
35 COMPONENT_ARCHIVE_URL= https://www.colm.net/files/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
36 COMPONENT_FMRI= developer/ragel
37 COMPONENT_CLASSIFICATION=Development/Other Languages
38 COMPONENT_LICENSE= GPLv2/MIT
39 COMPONENT_LICENSE_FILE= COPYING
41 TEST_TARGET= $(NO_TESTS)
42 include $(WS_MAKE_RULES)/common.mk
44 # This is needed because the community provided 'check' target is not viewpath aware
45 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
47 #CONFIGURE_OPTIONS += --enable-manual
49 ASLR_MODE= $(ASLR_ENABLE)
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
53 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
54 REQUIRED_PACKAGES += system/library