Skip to content

Commit

Permalink
Merge pull request #2810 from mariux64/switch-iotop
Browse files Browse the repository at this point in the history
Switch iotop
  • Loading branch information
donald authored Dec 21, 2022
2 parents 1c044d0 + 29f5afb commit d66fc20
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
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

0 comments on commit d66fc20

Please sign in to comment.