SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pv"

# SliTaz package receipt.

PACKAGE="pv"
VERSION="1.6.20"
CATEGORY="misc"
SHORT_DESC="Pipe viewer for monitoring data through a pipeline."
MAINTAINER="allan316@gmail.com"
LICENSE="Artistic"
WEB_SITE="https://github.com/a-j-wood/pv"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://github.com/a-j-wood/pv/releases/download/v$VERSION/$TARBALL"

DEPENDS=""
BUILD_DEPENDS="gettext"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/a-j-wood/pv/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure                \
        --prefix=/usr            \
        --infodir=/usr/share/info    \
        --mandir=/usr/share/man        \
        $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)