wok diff which/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents 6135577f4d08
children 71360a13cd94
line diff
     1.1 --- a/which/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/which/receipt	Tue Jan 14 13:39:45 2020 +0100
     1.3 @@ -1,26 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="which"
     1.7 -VERSION="2.20"
     1.8 +VERSION="2.21"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="A utility to show the full path of commands"
    1.11 +SHORT_DESC="A utility to show the full path of commands."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://savannah.gnu.org/projects/which/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://savannah.gnu.org/projects/which/"
    1.18 -WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL"
    1.19 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21  DEPENDS="glibc-base"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		--infodir=/usr/share/info \
    1.29 -		--mandir=/usr/share/man \
    1.30 +	./configure				\
    1.31 +		--prefix=/usr			\
    1.32 +		--infodir=/usr/share/info	\
    1.33 +		--mandir=/usr/share/man		\
    1.34  		$CONFIGURE_ARGS &&
    1.35 -	make && make DESTDIR=$DESTDIR install
    1.36 +	make &&
    1.37 +	make DESTDIR=$DESTDIR install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.