gcc-6: don't ship info pages
[unleashed-userland.git] / components / shell / zsh-completions / Makefile
blob59e7f1bffd93cfd6d060c9a7b1d49f25bf46708d
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
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= zsh-completions
18 COMPONENT_VERSION= 0.18.0
19 COMPONENT_SUMMARY= Additional completion definitions for Zsh.
20 COMPONENT_PROJECT_URL= https://github.com/zsh-users/zsh-completions
21 COMPONENT_FMRI= utility/$(COMPONENT_NAME)
22 COMPONENT_CLASSIFICATION= System/Shells
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
25 COMPONENT_ARCHIVE_URL= https://github.com/zsh-users/zsh-completions/archive/$(COMPONENT_ARCHIVE)
26 COMPONENT_ARCHIVE_HASH= sha256:b94eb63d044920a4ea6d5d51ae4f237f21b0c3174f3c58ff464b5284477cdb7a
27 COMPONENT_LICENSE= Various
28 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
30 include $(WS_MAKE_RULES)/prep.mk
31 include $(WS_MAKE_RULES)/ips.mk
33 CLEAN_PATHS += $(BUILD_DIR)
35 $(BUILD_32): $(SOURCE_DIR)/.prep
36 $(MKDIR) $(@D)
37 $(TOUCH) $@
39 $(INSTALL_32): $(BUILD_32)
40 $(MKDIR) $(PROTO_DIR)
41 $(MKDIR) $(PROTOUSRSHAREDIR)/$(COMPONENT_NAME)
43 $(CP) -a $(SOURCE_DIR)/src/* $(PROTOUSRSHAREDIR)/$(COMPONENT_NAME)
45 $(TOUCH) $@
47 build: $(BUILD_32)
49 install: $(INSTALL_32)
51 test: $(NO_TESTS)