Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
c01991 1 #
TW 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2021 Till Wegmueller
13 #
14
2a3c91 15 BUILD_BITS= 64
AW 16 USE_DEFAULT_TEST_TRANSFORMS= yes
c01991 17 include ../../../make-rules/shared-macros.mk
TW 18
19 COMPONENT_NAME=            oniguruma
2a3c91 20 COMPONENT_VERSION_BASE=        6.9.9
3b30ef 21 COMPONENT_VERSION=        $(COMPONENT_VERSION_BASE)
c01991 22 COMPONENT_SUMMARY=        oniguruma - regular expression library 
3b30ef 23 COMPONENT_PROJECT_URL=        https://github.com/kkos/oniguruma
5354bb 24 COMPONENT_SRC=            onig-$(COMPONENT_VERSION_BASE)
AW 25 COMPONENT_SRC2=            onig-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=        $(COMPONENT_SRC2).tar.gz
3b30ef 27 COMPONENT_ARCHIVE_URL=        https://github.com/kkos/$(COMPONENT_NAME)/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
2a3c91 28 COMPONENT_ARCHIVE_HASH=        sha256:60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf
AW 29 COMPONENT_FMRI=            text/oniguruma
30 COMPONENT_CLASSIFICATION=    Applications/System Utilities
c01991 31 COMPONENT_LICENSE=        BSD like
TW 32 COMPONENT_LICENSE_FILE=        COPYING
33
34 include $(WS_MAKE_RULES)/common.mk
35
3b30ef 36 CONFIGURE_OPTIONS += --enable-static=no
c01991 37
3b30ef 38 unexport SHELLOPTS
AW 39
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += shell/ksh93
42 REQUIRED_PACKAGES += system/library