wok view dool/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (6 weeks ago)
parents 1f6161446b36
children
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 }