wok rev 21908

updated sharutils (4.14 -> 4.15.2)
author Hans-G?nter Theisgen
date Fri Oct 04 14:54:35 2019 +0100 (2019-10-04)
parents ab2c10a2e76a
children c5ddf763228a
files sharutils/receipt
line diff
     1.1 --- a/sharutils/receipt	Fri Oct 04 14:50:33 2019 +0100
     1.2 +++ b/sharutils/receipt	Fri Oct 04 14:54:35 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sharutils"
     1.7 -VERSION="4.14"
     1.8 +VERSION="4.15.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="makes 'shar' shell archives out of many files."
    1.11 +SHORT_DESC="The GNU shar utilities for packaging and unpackaging shell archives."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/sharutils/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="https://www.gnu.org/software/sharutils/"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure --prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man \
    1.26 +	./configure				\
    1.27 +		--prefix=/usr			\
    1.28 +		--infodir=/usr/share/info	\
    1.29 +		--mandir=/usr/share/man		\
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$DESTDIR install