wok-next view iotop/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents cbca1c858654
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="iotop"
4 VERSION="0.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Show of behalf of which process is the I/O going on"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://guichaz.free.fr/iotop/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}files/$TARBALL"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python"
24 }