2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2020 Michal Nowak
17 USE_DEFAULT_TEST_TRANSFORMS
= yes
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 2.35
22 COMPONENT_SUMMARY
= Parallel distributed
shell
23 COMPONENT_PROJECT_URL
= https
://github.com
/chaos
/pdsh
/
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:75ef15347848fff43f8d6ff9c4424fe05c7dd2cdba029139901f861a05093cfe
27 COMPONENT_ARCHIVE_URL
= https
://github.com
/chaos
/pdsh
/releases
/download
/$(COMPONENT_SRC
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_FMRI
= shell/pdsh
29 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
30 COMPONENT_LICENSE
= GPLv2
31 COMPONENT_LICENSE_FILE
= COPYING
33 include $(WS_MAKE_RULES
)/common.mk
37 # Required for the test suite
38 COMPONENT_PRE_CONFIGURE_ACTION
= ( $(CLONEY
) $(SOURCE_DIR
) $(@D
) )
40 CONFIGURE_OPTIONS
+= --disable-static
41 CONFIGURE_OPTIONS
+= --with-ssh
42 CONFIGURE_OPTIONS
+= --with-rsh
43 CONFIGURE_OPTIONS
+= --with-readline
44 CONFIGURE_OPTIONS
+= --with-dshgroups
46 #COMPONENT_TEST_TRANSFORMS += '-e "/XFAIL:/p"'
47 #COMPONENT_TEST_TRANSFORMS += '-e "/XPASS:/p"'
49 # Auto-generated dependencies
50 REQUIRED_PACKAGES
+= library
/readline
51 REQUIRED_PACKAGES
+= runtime
/perl
52 REQUIRED_PACKAGES
+= system
/library