wok rev 24712

updated less (551 -> 590)
author Hans-G?nter Theisgen
date Mon Mar 14 17:50:02 2022 +0100 (2022-03-14)
parents 2cd3f255f983
children b7f1bd1b9ac7
files less/description.txt less/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/less/description.txt	Mon Mar 14 17:50:02 2022 +0100
     1.3 @@ -0,0 +1,1 @@
     1.4 +Less is a free, open-source file pager.
     2.1 --- a/less/receipt	Mon Mar 14 17:39:23 2022 +0100
     2.2 +++ b/less/receipt	Mon Mar 14 17:50:02 2022 +0100
     2.3 @@ -1,12 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="less"
     2.7 -VERSION="551"
     2.8 +VERSION="590"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="A terminal based program for viewing text files."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="GPL3"
    2.13 -WEB_SITE="http://www.greenwoodsoftware.com/less"
    2.14 +WEB_SITE="https://www.greenwoodsoftware.com/less"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WGET_URL="$WEB_SITE/$TARBALL"
    2.18 @@ -30,8 +30,8 @@
    2.19  		--mandir=/usr/share/man	\
    2.20  		--with-regex=pcre	\
    2.21  		$CONFIGURE_ARGS &&
    2.22 -	make -j 1 &&
    2.23 -	make install			\
    2.24 +	make &&
    2.25 +	make	install			\
    2.26  		prefix=$DESTDIR/usr	\
    2.27  		mandir=$DESTDIR/usr/share/man
    2.28  }
    2.29 @@ -39,11 +39,10 @@
    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  }
    2.37  
    2.38  post_remove()
    2.39  {
    2.40 -	ln -s /bin/busybox "$1/usr/bin/less"
    2.41 +	ln -s /bin/busybox	"$1/usr/bin/less"
    2.42  }