Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
iotop: Add version 1.22
The Python-based iotop tool is no longer working on Mariux64 so add the
C-based iotop standalone tool, which can made to work.

A patch for Mariux64 is required, to let iotop work without
CONFIG_TASK_DELAY_ACCT.

Note, that this package is named iotop-c on some distributions
  • Loading branch information
donald committed Dec 16, 2022
1 parent 8d4affb commit 29f5afb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions iotop.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION iotop-1.22-0

# more info: https://github.com/Tomas-M/iotop

#SRCURL[0]="https://github.com/Tomas-M/iotop/archive/v${PKGVERSION}/iotop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a8578cd782810c27ccd8bcba1e047ebf/iotop-1.22.tar.gz"

PATCHURL+=(/src/mariux/patches/iotop-Quickfix-for-Mariux64.patch)

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
# The Makefile of iotop 1.22 contains "PREFIX?=$(DESTDIR)/usr" and installs to $(PREFIX)/..
bee_install PREFIX=$D
}

#mee_install_post() {
# exit
#}

0 comments on commit 29f5afb

Please sign in to comment.