Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
0cfea3 1 #
AG 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 2016 Andreas Grueninger, Grueninger GmbH, (grueni). All rights reserved.
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=           hacluster
18 COMPONENT_VERSION=          1.0
19 COMPONENT_REVISION=          1
20 COMPONENT_FMRI=           metapackages/$(COMPONENT_NAME)
21 COMPONENT_CLASSIFICATION= Meta Packages/Group Packages
22 COMPONENT_SUMMARY=          High availaiblity cluster with corosync, pacemaker and pcsd managgement gui
23
24 include $(WS_MAKE_RULES)/ips.mk
25
a96ded 26 download:
MT 27
0cfea3 28 build:
AG 29
30 install:
31     [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
32
33 clean:
34     $(RM) -r $(BUILD_DIR) $(PROTO_DIR)