11 lines
542 B
Makefile
11 lines
542 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="stress-ng"
|
|
PKG_VERSION="0.09.50"
|
|
PKG_SHA256="b07290495794092cdf2f8d51ac631f28b8cec9455a16552d8ca48bc1f376c634"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="http://kernel.ubuntu.com/~cking/stress-ng/"
|
|
PKG_URL="http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain attr keyutils libaio libcap zlib"
|
|
PKG_LONGDESC="stress-ng will stress test a computer system in various selectable ways"
|