mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
system-tools: add nmon
This commit is contained in:
parent
d61a409ad4
commit
33b8fa692a
@ -1,10 +1,13 @@
|
||||
8.0.102
|
||||
103
|
||||
- Add nmon
|
||||
|
||||
102
|
||||
-Add inotify-tools, mc
|
||||
|
||||
8.0.101
|
||||
101
|
||||
- mrxvt can be started from KODI
|
||||
- correct mrxvt terminal type
|
||||
- make hddtemp work
|
||||
|
||||
8.0.100
|
||||
100
|
||||
- Initial Release
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="system-tools"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="102"
|
||||
PKG_REV="103"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE=""
|
||||
@ -26,7 +26,7 @@ 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, dtach, efibootmgr, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, i2c-tools, inotify-tools, jq, lm_sensors, lshw, mc, mrxvt, mtpfs, p7zip, patch, pv, screen, strace, unrar and usb-modeswitch."
|
||||
PKG_LONGDESC="This bundle currently includes autossh, diffutils, dtach, efibootmgr, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, i2c-tools, inotify-tools, jq, lm_sensors, lshw, mc, mrxvt, mtpfs, nmon, p7zip, patch, pv, screen, strace, unrar and usb-modeswitch."
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="System Tools"
|
||||
@ -55,6 +55,7 @@ PKG_DEPENDS_TARGET="toolchain \
|
||||
mc \
|
||||
mrxvt \
|
||||
mtpfs \
|
||||
nmon \
|
||||
p7zip \
|
||||
patch \
|
||||
pv \
|
||||
@ -135,6 +136,9 @@ addon() {
|
||||
# mtpfs
|
||||
cp -P $(get_build_dir mtpfs)/.$TARGET_NAME/mtpfs $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
# nmon
|
||||
cp -P $(get_build_dir nmon)/nmon $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
# p7zip
|
||||
cp -P $(get_build_dir p7zip)/bin/7z.so $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
cp -PR $(get_build_dir p7zip)/bin/Codecs $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user