SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "dool"

# 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"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# 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        dool
    mkdir -p            $fs/usr/bin
    ln -s /usr/share/dool/dool.py    $fs/usr/bin/dool
}
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)