wok diff less/receipt @ rev 24974
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 02 11:23:24 2022 +0000 (2022-05-02) |
parents | 453c249b6219 |
children | 7a8b9cd09212 |
line diff
1.1 --- a/less/receipt Fri Feb 11 17:50:36 2022 +0000 1.2 +++ b/less/receipt Mon May 02 11:23:24 2022 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="less" 1.7 -VERSION="551" 1.8 +VERSION="590" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="A terminal based program for viewing text files." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL3" 1.13 -WEB_SITE="http://www.greenwoodsoftware.com/less" 1.14 +WEB_SITE="https://www.greenwoodsoftware.com/less" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$WEB_SITE/$TARBALL" 1.18 @@ -30,8 +30,8 @@ 1.19 --mandir=/usr/share/man \ 1.20 --with-regex=pcre \ 1.21 $CONFIGURE_ARGS && 1.22 - make -j 1 && 1.23 - make install \ 1.24 + make && 1.25 + make install \ 1.26 prefix=$DESTDIR/usr \ 1.27 mandir=$DESTDIR/usr/share/man 1.28 } 1.29 @@ -39,11 +39,10 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - mkdir -p $fs/usr 1.34 - cp -a $install/usr/bin $fs/usr 1.35 + cook_copy_folders bin 1.36 } 1.37 1.38 post_remove() 1.39 { 1.40 - ln -s /bin/busybox "$1/usr/bin/less" 1.41 + ln -s /bin/busybox "$1/usr/bin/less" 1.42 }