Skip to content

Commit 6fd1d3a

Browse files
committed
phoronix-test-suite: add version 10.8.4
1 parent 8f34137 commit 6fd1d3a

File tree

5 files changed

+12902
-0
lines changed

5 files changed

+12902
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
#
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 2022 Benjamin S Osenbach
14+
#
15+
BUILD_BITS=64 # for binaries or 32_and_64 for libraries
16+
BUILD_STYLE=justmake
17+
include ../../../make-rules/shared-macros.mk
18+
19+
COMPONENT_NAME=phoronix-test-suite
20+
COMPONENT_VERSION=10.8.4
21+
COMPONENT_SUMMARY=The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
22+
COMPONENT_PROJECT_URL=https://github.com/phoronix-test-suite/phoronix-test-suite
23+
COMPONENT_FMRI= benchmark/phoronix-test-suite
24+
COMPONENT_CLASSIFICATION= Development/System
25+
COMPONENT_SRC=$(COMPONENT_NAME)-$(COMPONENT_VERSION)
26+
COMPONENT_ARCHIVE=$(COMPONENT_SRC).tar.gz
27+
COMPONENT_ARCHIVE_URL=https://github.com/phoronix-test-suite/phoronix-test-suite/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
28+
COMPONENT_ARCHIVE_HASH=sha256:7b5da7193c0190c648fc0c7ad6cdfbde5d935e88c7bfa5e99cd3a720cd5e2c5a
29+
COMPONENT_LICENSE=GPLv3
30+
COMPONENT_LICENSE_FILE=phoronix.license
31+
32+
include $(WS_MAKE_RULES)/common.mk
33+
34+
COMPONENT_BUILD_ACTION=pwd
35+
COMPONENT_INSTALL_ACTION=cd $(@D) && bash $(@D)/install-sh $(PROTO_DIR)/usr
36+
37+
# Build dependencies
38+
REQUIRED_PACKAGES+=web/php-81/php-cli
39+
# Auto-generated dependencies
40+
REQUIRED_PACKAGES += shell/ksh93

0 commit comments

Comments
 (0)