wok rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (2 weeks ago)
parents 5afbe5c98919
children 47bbbfd2172b
files dool/description.txt dool/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dool/description.txt	Sat May 11 17:17:55 2024 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Dool is a command line tool to monitor many aspects of the system:
     1.5 +CPU, Memory, Network, Load Average, etc.
     1.6 +It also includes a robust plug-in architecture to allow monitoring
     1.7 +other system metrics.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/dool/receipt	Sat May 11 17:17:55 2024 +0100
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="dool"
     2.7 +VERSION="1.3.2"
     2.8 +CATEGORY="system-tools"
     2.9 +TAGS="resource system monitor stats statistics"
    2.10 +SHORT_DESC="Versatile resource statistics tool."
    2.11 +MAINTAINER="maintainer@slitaz.org"
    2.12 +LICENSE="GPL3"
    2.13 +WEB_SITE="https://github.com/scottchiefbaker/dool"
    2.14 +
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 +WGET_URL="$WEB_SITE/archive/v$VERSION/$PACKAGE-$VERSION.tar.gz"
    2.17 +
    2.18 +DEPENDS="py3k-six"
    2.19 +
    2.20 +# Rules to configure and make the package.
    2.21 +compile_rules()
    2.22 +{
    2.23 +	make	install DESTDIR=$DESTDIR
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	cook_copy_folders	bin
    2.30 +	cook_copy_folders	dool
    2.31 +}