wok-next annotate iotop/receipt @ rev 21280

gimp: added build dependencies
author Hans-G?nter Theisgen
date Sat Dec 07 17:24:40 2019 +0100 (2019-12-07)
parents cbca1c858654
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@17074 2
pascal@17074 3 PACKAGE="iotop"
pascal@17074 4 VERSION="0.6"
pascal@17074 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Show of behalf of which process is the I/O going on"
pascal@17074 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19636 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://guichaz.free.fr/iotop/"
al@21020 10
pascal@17074 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21020 12 WGET_URL="${WEB_SITE}files/$TARBALL"
pascal@17074 13
pascal@17074 14 BUILD_DEPENDS="python"
pascal@17074 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py build &&
al@21020 18 python -B setup.py install --root=$install
pascal@17074 19 }
pascal@17074 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 DEPENDS="python"
pascal@17074 24 }