wok view dool/receipt @ rev 25707

Up perl-net-pcap (0.21), qtermwidget (0.5.1), youtube-dl-gui (0.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 14:08:34 2024 +0000 (2 months ago)
parents 1f6161446b36
children 6e7761d7363c
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 dool
27 mkdir -p $fs/usr/bin
28 ln -s /usr/share/dool/dool.py $fs/usr/bin/dool
29 }