Marcel Telka
2024-04-08 5d8bcb58722b250c296fc0324f9d06470fb3d7d0
commit | author | age
682ecb 1 #
F 2 # CDDL HEADER START
3 #
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.
7 #
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.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 2023 Friedrich Kink
22 #
c50947 23 BUILD_STYLE= configure
AW 24 BUILD_BITS= 64
682ecb 25 include ../../../make-rules/shared-macros.mk
F 26
27 COMPONENT_NAME=         ragel
28 COMPONENT_VERSION=      6.10
c50947 29 COMPONENT_REVISION=        1
682ecb 30 COMPONENT_SUMMARY=      Ragel compiles executable finite state machines from regular languages.
F 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
c50947 34 COMPONENT_ARCHIVE_HASH= sha256:5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
682ecb 35 COMPONENT_ARCHIVE_URL=  https://www.colm.net/files/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
F 36 COMPONENT_FMRI=         developer/ragel
37 COMPONENT_CLASSIFICATION=Development/Other Languages
38 COMPONENT_LICENSE=      GPLv2/MIT
39 COMPONENT_LICENSE_FILE= COPYING
40
c50947 41 TEST_TARGET= $(NO_TESTS)
682ecb 42 include $(WS_MAKE_RULES)/common.mk
F 43
44 # This is needed because the community provided 'check' target is not viewpath aware
c50947 45 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
682ecb 46
F 47 #CONFIGURE_OPTIONS +=    --enable-manual
48
c50947 49 ASLR_MODE= $(ASLR_ENABLE)
682ecb 50
F 51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
53 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
54 REQUIRED_PACKAGES += system/library