Skip to content

Switch iotop #2810

Merged
merged 2 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions iotop.be0
Original file line number Diff line number Diff line change
@@ -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
#}
3 changes: 1 addition & 2 deletions python2-wrapper.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION python2-wrapper-1.5-0
# BEE_VERSION python2-wrapper-1.6-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -78,7 +78,6 @@ mee_install() {
xml2po \
gnome-doc-tool \
pssh \
iotop \
python2.7
do
create_bin_wrapper $cmd
Expand Down