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"

# 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
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)