wok-6.x rev 25159
updated pv (1.6.6 -> 1.6.20)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 30 17:58:13 2022 +0100 (2022-06-30) |
parents | eb6c7b6a2a89 |
children | fddcd67dd0e5 |
files | pv/description.txt pv/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pv/description.txt Thu Jun 30 17:58:13 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +pv - Pipe Viewer - is a terminal-based tool for monitoring the progress 1.5 +of data through a pipeline. 1.6 + 1.7 +It can be inserted into any normal pipeline between two processes to give 1.8 +a visual indication of how quickly data is passing through, how long it 1.9 +has taken, how near to completion it is, and an estimate of how long it 1.10 +will be until completion.
2.1 --- a/pv/receipt Thu Jun 30 17:50:07 2022 +0100 2.2 +++ b/pv/receipt Thu Jun 30 17:58:13 2022 +0100 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pv" 2.7 -VERSION="1.6.6" 2.8 +VERSION="1.6.20" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Pipe viewer for monitoring data through a pipeline." 2.11 MAINTAINER="allan316@gmail.com" 2.12 LICENSE="Artistic" 2.13 -WEB_SITE="https://github.com/a-j-wood/pv" 2.14 +WEB_SITE="https://www.ivarch.com/programs/pv.shtml" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 -WGET_URL="http://www.ivarch.com/programs/sources/$TARBALL" 2.18 +WGET_URL="https://www.ivarch.com/programs/sources/$TARBALL" 2.19 2.20 DEPENDS="" 2.21 BUILD_DEPENDS="gettext" 2.22 @@ -30,12 +30,11 @@ 2.23 --mandir=/usr/share/man \ 2.24 $CONFIGURE_ARGS && 2.25 make && 2.26 - make DESTDIR=$DESTDIR install 2.27 + make install DESTDIR=$DESTDIR 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg. 2.31 genpkg_rules() 2.32 { 2.33 - mkdir -p $fs/usr 2.34 - cp -a $install/usr/bin $fs/usr 2.35 + cook_copy_folders bin 2.36 }