pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / shell / zsh-completions / Makefile
blobd915e9a1c8c73f7619dad2ede806149dde97e668
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
15 BUILD_BITS= 64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= zsh-completions
19 COMPONENT_VERSION= 0.35.0
20 COMPONENT_SUMMARY= Additional completion definitions for Zsh.
21 COMPONENT_PROJECT_URL= https://github.com/zsh-users/zsh-completions
22 COMPONENT_FMRI= utility/$(COMPONENT_NAME)
23 COMPONENT_CLASSIFICATION= System/Shells
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_URL= https://github.com/zsh-users/zsh-completions/archive/$(COMPONENT_ARCHIVE)
27 COMPONENT_ARCHIVE_HASH= sha256:811bb4213622720872e08d6e0857f1dd7bc12ff7aa2099a170b76301a53f4fbe
28 COMPONENT_LICENSE= Various
29 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 CLEAN_PATHS += $(BUILD_DIR)
36 $(BUILD_64): $(SOURCE_DIR)/.prep
37 $(MKDIR) $(@D)
38 $(TOUCH) $@
40 $(INSTALL_64): $(BUILD_64)
41 $(MKDIR) $(PROTO_DIR)
42 $(MKDIR) $(PROTOUSRSHAREDIR)/$(COMPONENT_NAME)
44 $(CP) -a $(SOURCE_DIR)/src/* $(PROTOUSRSHAREDIR)/$(COMPONENT_NAME)
46 $(TOUCH) $@
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += shell/zsh