Andreas Wacknitz
2022-04-10 771244d437b6c7d68dbf5d7f558c8ad1cfab9aff
commit | author | age
8d99fc 1 #
AP 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 2011 EveryCity Ltd. All rights reserved.
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
6bb1bb 17 COMPONENT_NAME=        install-types
8d99fc 18 COMPONENT_VERSION=    0.1
771244 19 COMPONENT_REVISION=    48
6bb1bb 20 COMPONENT_SUMMARY=    A meta-packages that install common applications for ISOs
8d99fc 21
6bb1bb 22 include $(WS_MAKE_RULES)/ips.mk
8d99fc 23
6bb1bb 24 PKG_OPTIONS+= -I $(COMPONENT_DIR)/includes
8d99fc 25
AP 26 download:
27
28 prep:
29
30 build:
31
32 install:
33     [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
34
35 clean:
36     $(RM) -r $(BUILD_DIR) $(PROTO_DIR)