shared-macros.mk: simplify java settings
[oi-userland.git] / components / sysutils / stress / Makefile
bloba0a578d1c38a6dbc1f0bdfd6f81815ec8eb0d478
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.
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.
12 # Copyright 2016 Adam Stevko. All rights reserved.
13 # Copyright 2023 Andreas Wacknitz
16 BUILD_BITS= 64
17 USE_DEFAULT_TEST_TRANSFORMS= yes
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= stress
21 COMPONENT_VERSION= 1.0.7
22 COMPONENT_SUMMARY= stress is a deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system.
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:cdaa56671506133e2ed8e1e318d793c2a21c4a00adc53f31ffdef1ece8ace0b1
26 COMPONENT_PROJECT_URL= https://github.com/resurrecting-open-source-projects/stress
27 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
28 COMPONENT_FMRI= benchmark/stress
29 COMPONENT_CLASSIFICATION= Applications/System Utilities
30 COMPONENT_LICENSE = GPLv2
31 COMPONENT_LICENSE_FILE= COPYING
33 include $(WS_MAKE_RULES)/common.mk
35 COMPONENT_PREP_ACTION = ( cd $(SOURCE_DIR) && ./autogen.sh )
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES += system/library
39 REQUIRED_PACKAGES += system/library/math