clang-19: update to 19.1.6
[oi-userland.git] / components / shell / dash / Makefile
blob9bed11d0860aed3cc943b6cf3ed00553003c8a62
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.
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.
12 # Copyright 2016 Adam Stevko
13 # Copyright 2018 Michal Nowak
14 # Copyright 2020 Andreas Wacknitz
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= dash
20 COMPONENT_VERSION= 0.5.12
21 COMPONENT_SUMMARY= DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible.
22 COMPONENT_PROJECT_URL= http://gondor.apana.org.au/~herbert/dash
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_URL= https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/$(COMPONENT_ARCHIVE)
26 COMPONENT_ARCHIVE_HASH= sha256:0d632f6b945058d84809cac7805326775bd60cb4a316907d0bd4228ff7107154
27 COMPONENT_FMRI= shell/dash
28 COMPONENT_CLASSIFICATION=System/Shells
29 COMPONENT_LICENSE= BSD
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 PATH= $(PATH.gnu)
36 COMPONENT_PRE_CONFIGURE_ACTION= \
37 (cd $(SOURCE_DIR) && autoreconf -fi)
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += system/library