wok diff rlwrap/receipt @ rev 25516
memtest64: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 19 11:36:17 2023 +0000 (21 months ago) |
parents | e1e1678c5265 |
children | 0262035dc1e7 |
line diff
1.1 --- a/rlwrap/receipt Mon May 02 11:23:24 2022 +0000 1.2 +++ b/rlwrap/receipt Sun Feb 19 11:36:17 2023 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rlwrap" 1.7 -VERSION="0.43" 1.8 +VERSION="0.45.2" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Input history wrapper using GNU readline." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="https://github.com/hanslub42/rlwrap" 1.14 +WEB_SITE="https://github.com/hanslub42/rlwrap/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}archive/v$VERSION/$TARBALL" 1.19 1.20 BUILD_DEPENDS="automake ncurses-dev readline-dev" 1.21 1.22 @@ -31,7 +31,7 @@ 1.23 --localstatedir=/var \ 1.24 $CONFIGURE_ARGS && 1.25 make && 1.26 - make DESTDIR=$DESTDIR install 1.27 + make install DESTDIR=$DESTDIR 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.