wok-6.x diff pv/receipt @ rev 22825
Up rage (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 07 12:27:53 2020 +0100 (2020-02-07) |
parents | 12d5d6943718 |
children | 7c0170dd3ecc |
line diff
1.1 --- a/pv/receipt Sat Dec 07 19:42:19 2013 +0000 1.2 +++ b/pv/receipt Fri Feb 07 12:27:53 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pv" 1.7 -VERSION="1.1.4" 1.8 +VERSION="1.6.6" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="pipe viewer for monitoring data through a pipeline" 1.11 +SHORT_DESC="Pipe viewer for monitoring data through a pipeline." 1.12 MAINTAINER="allan316@gmail.com" 1.13 LICENSE="Artistic" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.ivarch.com/programs/pv.shtml" 1.16 -WGET_URL="http://pipeviewer.googlecode.com/files/$TARBALL" 1.17 +WEB_SITE="https://www.ivarch.com/programs/pv.shtml" 1.18 + 1.19 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 +WGET_URL="https://www.ivarch.com/programs/sources/$TARBALL" 1.21 1.22 DEPENDS="" 1.23 BUILD_DEPENDS="gettext" 1.24 @@ -16,13 +17,13 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --infodir=/usr/share/info \ 1.32 - --mandir=/usr/share/man \ 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 + --infodir=/usr/share/info \ 1.36 + --mandir=/usr/share/man \ 1.37 $CONFIGURE_ARGS && 1.38 - make && make DESTDIR=$DESTDIR install 1.39 + make && 1.40 + make DESTDIR=$DESTDIR install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 @@ -31,4 +32,3 @@ 1.45 mkdir -p $fs/usr 1.46 cp -a $install/usr/bin $fs/usr 1.47 } 1.48 -