# HG changeset patch # User Hans-G?nter Theisgen # Date 1656608293 -3600 # Node ID 3ce097bbe5593ed4e7de1cf6deb8617255191351 # Parent eb6c7b6a2a89a30806bd8e7f91f70a5300f25741 updated pv (1.6.6 -> 1.6.20) diff -r eb6c7b6a2a89 -r 3ce097bbe559 pv/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pv/description.txt Thu Jun 30 17:58:13 2022 +0100 @@ -0,0 +1,7 @@ +pv - Pipe Viewer - is a terminal-based tool for monitoring the progress +of data through a pipeline. + +It can be inserted into any normal pipeline between two processes to give +a visual indication of how quickly data is passing through, how long it +has taken, how near to completion it is, and an estimate of how long it +will be until completion. diff -r eb6c7b6a2a89 -r 3ce097bbe559 pv/receipt --- a/pv/receipt Thu Jun 30 17:50:07 2022 +0100 +++ b/pv/receipt Thu Jun 30 17:58:13 2022 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="pv" -VERSION="1.6.6" +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" +WEB_SITE="https://www.ivarch.com/programs/pv.shtml" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://www.ivarch.com/programs/sources/$TARBALL" +WGET_URL="https://www.ivarch.com/programs/sources/$TARBALL" DEPENDS="" BUILD_DEPENDS="gettext" @@ -30,12 +30,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }