# HG changeset patch # User Hans-G?nter Theisgen # Date 1715444275 -3600 # Node ID 1f6161446b365eb5b767f28a75e67fd197fa506f # Parent 5afbe5c989190835f384bb3f4f6b70a790bb5afa created recipe for dool diff -r 5afbe5c98919 -r 1f6161446b36 dool/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dool/description.txt Sat May 11 17:17:55 2024 +0100 @@ -0,0 +1,4 @@ +Dool is a command line tool to monitor many aspects of the system: +CPU, Memory, Network, Load Average, etc. +It also includes a robust plug-in architecture to allow monitoring +other system metrics. diff -r 5afbe5c98919 -r 1f6161446b36 dool/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dool/receipt Sat May 11 17:17:55 2024 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="dool" +VERSION="1.3.2" +CATEGORY="system-tools" +TAGS="resource system monitor stats statistics" +SHORT_DESC="Versatile resource statistics tool." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://github.com/scottchiefbaker/dool" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/v$VERSION/$PACKAGE-$VERSION.tar.gz" + +DEPENDS="py3k-six" + +# Rules to configure and make the package. +compile_rules() +{ + make install DESTDIR=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders bin + cook_copy_folders dool +}