Aurelien Larcher
2018-05-22 f5010fe9316920bd94de91639b3b87ffe72ffe4b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2013 Adam Stevko. All rights reserved. 
# Copyright 2017 Andreas Grueninger, Grueninger GmbH, (grueni). All rights reserved.
#
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME= resource-agents
COMPONENT_VERSION= 4.0.1
COMPONENT_REVISION= 2
COMPONENT_FMRI= application/cluster/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION= System/Libraries
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:863f83c724bad3a8bcff12b9c8712406c43e010041868826cad7b78fd8cfb9fb
COMPONENT_PROJECT_URL= https://github.com/ClusterLabs/resource-agents
COMPONENT_ARCHIVE_URL= https://github.com/ClusterLabs/$(COMPONENT_NAME)/archive/v$(COMPONENT_VERSION).tar.gz
COMPONENT_LICENSE= LGPLv2,GPLv2,GPLv3
COMPONENT_SUMMARY= Combined repository of OCF agents from the RHCS and Linux-HA projects
 
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
 
PATCH_LEVEL= 1
 
PATH=$(PATH.gnu)
CFLAGS += "-lnsl"
 
CONFIGURE_SCRIPT = $(@D)/configure
 
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/lib
CONFIGURE_OPTIONS += --sharedstatedir=/var/hacluster
CONFIGURE_OPTIONS += --localstatedir=/var
CONFIGURE_OPTIONS += --enable-fatal-warnings=no
CONFIGURE_OPTIONS += --enable-ansi
CONFIGURE_OPTIONS += --with-ocf-root=$(CONFIGURE_PREFIX)/lib/ocf
 
COMPONENT_PREP_ACTION=(cd $(SOURCE_DIR); ./autogen.sh) 
 
COMPONENT_PRE_CONFIGURE_ACTION=($(CLONEY) $(SOURCE_DIR) $(@D))
 
CONFIGURE_SBINDIR.64= $(CONFIGURE_SBINDIR.32)
 
# leaving this folder prevents repeated install actions
COMPONENT_PRE_INSTALL_ACTION = ( $(RM) -r $(PROTO_DIR)/usr/lib/ocf/; ) 
 
# this component creates binaries (findif, send_arp) and links against 64-bit libraries
 
build:          $(BUILD_64)
 
install:        $(INSTALL_64)
 
test:           $(TESTS_64)
 
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += application/cluster/cluster-glue
REQUIRED_PACKAGES += runtime/perl-522
REQUIRED_PACKAGES += runtime/perl-524
REQUIRED_PACKAGES += shell/bash
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += system/library/libnet
REQUIRED_PACKAGES += text/gawk