wok view dool/receipt @ rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (4 months ago)
parents
children 47bbbfd2172b
line source
1 # SliTaz package receipt.
3 PACKAGE="dool"
4 VERSION="1.3.2"
5 CATEGORY="system-tools"
6 TAGS="resource system monitor stats statistics"
7 SHORT_DESC="Versatile resource statistics tool."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/scottchiefbaker/dool"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/archive/v$VERSION/$PACKAGE-$VERSION.tar.gz"
15 DEPENDS="py3k-six"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make install DESTDIR=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cook_copy_folders bin
27 cook_copy_folders dool
28 }