Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
b08d14 1 #
JK 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
5 # 1.0 of the CDDL.
6 #
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.
10 #
11
12 #
13 # Copyright 2016, Jim Klimov
14 #
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=        xjobs
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
29
30 include $(WS_MAKE_RULES)/prep.mk
31 include $(WS_MAKE_RULES)/configure.mk
32 include $(WS_MAKE_RULES)/ips.mk
33
34 COMPONENT_PRE_CONFIGURE_ACTION =  \
35         ($(CLONEY) $(SOURCE_DIR) $(@D))
36
37 build:        $(BUILD_32_and_64)
38
39 install:    $(INSTALL_32_and_64)
40
41 REQUIRED_PACKAGES += SUNWcs
42 REQUIRED_PACKAGES += system/library
43 REQUIRED_PACKAGES += system/library/math