mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
system-tools: add stress-ng
This commit is contained in:
parent
a715c8737f
commit
bd7cfe8180
@ -1,3 +1,6 @@
|
||||
109
|
||||
- added stress-ng
|
||||
|
||||
108
|
||||
- added encfs and smartmontools
|
||||
- updated autossh to 1.4f
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="system-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="108"
|
||||
PKG_REV="109"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -26,13 +26,12 @@ PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_SHORTDESC="A bundle of system tools and programs"
|
||||
PKG_LONGDESC="This bundle currently includes autossh, diffutils, dstat, dtach, efibootmgr, encfs, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, htop, i2c-tools, inotify-tools, jq, lm_sensors, lshw, mc, mrxvt, mtpfs, nmon, p7zip, patch, pv, screen, smartmontools, strace, unrar, usb-modeswitch and vim."
|
||||
PKG_LONGDESC="This bundle currently includes autossh, diffutils, dstat, dtach, efibootmgr, encfs, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, htop, i2c-tools, inotify-tools, jq, lm_sensors, lshw, mc, mrxvt, mtpfs, nmon, p7zip, patch, pv, screen, smartmontools, strace, stress-ng, unrar, usb-modeswitch and vim."
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="System Tools"
|
||||
PKG_ADDON_TYPE="xbmc.python.script"
|
||||
|
||||
|
||||
PKG_DEPENDS_TARGET="toolchain \
|
||||
autossh \
|
||||
diffutils \
|
||||
@ -63,6 +62,7 @@ PKG_DEPENDS_TARGET="toolchain \
|
||||
screen \
|
||||
smartmontools \
|
||||
strace \
|
||||
stress-ng \
|
||||
unrar \
|
||||
usb-modeswitch \
|
||||
vim"
|
||||
@ -173,6 +173,9 @@ addon() {
|
||||
# strace
|
||||
cp -P $(get_build_dir strace)/.$TARGET_NAME/strace $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# stress-ng
|
||||
cp -P $(get_build_dir stress-ng)/.install_pkg/usr/bin/stress-ng $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# unrar
|
||||
cp -P $(get_build_dir unrar)/unrar $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user