# HG changeset patch # User Hans-G?nter Theisgen # Date 1734103739 -3600 # Node ID b2c66a389e93309fdba1812343a70b8db7e86136 # Parent ead3990dd3f7b3d0a978499cfad5edbd0681f9bf dstat: added dependency python-six diff -r ead3990dd3f7 -r b2c66a389e93 dstat/receipt --- a/dstat/receipt Fri Dec 13 16:03:39 2024 +0100 +++ b/dstat/receipt Fri Dec 13 16:28:59 2024 +0100 @@ -12,7 +12,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/dagwieers/dstat/archive/v$VERSION.tar.gz" -DEPENDS="python" +DEPENDS="python python-six" # What is the latest version available today? current_version() @@ -24,7 +24,7 @@ # Rules to configure and make the package. compile_rules() { - make DESTDIR=$DESTDIR install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.