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 2016, Jim Klimov
15 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_VERSION
= 20151016
19 COMPONENT_FMRI
= shell/xjobs
20 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
21 COMPONENT_SUMMARY
= xjobs
- shell tool for smart parallel execution of jobs
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).tgz
24 COMPONENT_ARCHIVE_HASH
= sha256
:1b80abe5effe057db21897f897842dccd76e7812c1caaa80f9b8e85cca409251
25 COMPONENT_ARCHIVE_URL
= http
://www.maier-komor.de
/xjobs
/$(COMPONENT_ARCHIVE
)
26 COMPONENT_PROJECT_URL
= http
://www.maier-komor.de
/xjobs.html
27 COMPONENT_LICENSE
= GPLv2
28 COMPONENT_LICENSE_FILE
= COPYING
30 include $(WS_MAKE_RULES
)/prep.mk
31 include $(WS_MAKE_RULES
)/configure.mk
32 include $(WS_MAKE_RULES
)/ips.mk
34 COMPONENT_PRE_CONFIGURE_ACTION
= \
35 ($(CLONEY
) $(SOURCE_DIR
) $(@D
))
37 build
: $(BUILD_32_and_64
)
39 install: $(INSTALL_32_and_64
)
41 REQUIRED_PACKAGES
+= SUNWcs
42 REQUIRED_PACKAGES
+= system
/library
43 REQUIRED_PACKAGES
+= system
/library
/math