mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
system-tools: replace dstat with dool and updates and addon (2)
- bottom: update to 0.9.3 - diffutils: update to 3.10 - dool: initial package - dstat: drop package - libssh2: update to 1.11.0 - stress-ng: update to 0.16.02 - unrar: update to 6.2.8
This commit is contained in:
parent
0426c1cb32
commit
87b612738f
@ -1,3 +1,11 @@
|
|||||||
|
2
|
||||||
|
- replace dstat with dool
|
||||||
|
- bottom: update to 0.9.3
|
||||||
|
- diffutils: update to 3.10
|
||||||
|
- libssh2: update to 1.11.0
|
||||||
|
- stress-ng: update to 0.16.02
|
||||||
|
- unrar: update to 6.2.8
|
||||||
|
|
||||||
1
|
1
|
||||||
- bottom: update to 0.8.0
|
- bottom: update to 0.8.0
|
||||||
- diffutils: update to 3.9
|
- diffutils: update to 3.9
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="system-tools"
|
PKG_NAME="system-tools"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libreelec.tv"
|
PKG_SITE="https://libreelec.tv"
|
||||||
@ -11,7 +11,7 @@ PKG_URL=""
|
|||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="virtual"
|
PKG_SECTION="virtual"
|
||||||
PKG_SHORTDESC="A bundle of system tools and programs"
|
PKG_SHORTDESC="A bundle of system tools and programs"
|
||||||
PKG_LONGDESC="This bundle currently includes 7-zip, autossh, bottom, diffutils, dstat, dtach, efibootmgr, encfs, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, htop, i2c-tools, inotify-tools, jq, libgpiod, lm_sensors, lshw, mc, mmc-utils, mtpfs, nmon, patch, pv, screen, smartmontools, stress-ng, unrar, usb-modeswitch and vim."
|
PKG_LONGDESC="This bundle currently includes 7-zip, autossh, bottom, diffutils, dool, dtach, efibootmgr, encfs, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, htop, i2c-tools, inotify-tools, jq, libgpiod, lm_sensors, lshw, mc, mmc-utils, mtpfs, nmon, patch, pv, screen, smartmontools, stress-ng, unrar, usb-modeswitch and vim."
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
PKG_ADDON_NAME="System Tools"
|
PKG_ADDON_NAME="System Tools"
|
||||||
@ -22,7 +22,7 @@ PKG_DEPENDS_TARGET="toolchain \
|
|||||||
autossh \
|
autossh \
|
||||||
bottom \
|
bottom \
|
||||||
diffutils \
|
diffutils \
|
||||||
dstat \
|
dool \
|
||||||
dtach \
|
dtach \
|
||||||
encfs \
|
encfs \
|
||||||
evtest \
|
evtest \
|
||||||
@ -72,8 +72,8 @@ addon() {
|
|||||||
# diffutils
|
# diffutils
|
||||||
cp -P $(get_install_dir diffutils)/usr/bin/{cmp,diff,diff3,sdiff} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir diffutils)/usr/bin/{cmp,diff,diff3,sdiff} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
# dstat
|
# dool
|
||||||
cp -P $(get_install_dir dstat)/usr/bin/dstat ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -Pa $(get_install_dir dool)/usr/bin/* ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
# dtach
|
# dtach
|
||||||
cp -P $(get_install_dir dtach)/usr/bin/dtach ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir dtach)/usr/bin/dtach ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user