wok rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 851602a469c1
children 66f05dc997b2
files findutils/receipt
line diff
     1.1 --- a/findutils/receipt	Fri Jan 24 16:51:24 2020 +0100
     1.2 +++ b/findutils/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="findutils"
     1.7 -VERSION="4.6.0"
     1.8 +VERSION="4.7.0"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="GNU utilities and tools to find/locate."
    1.11 +SHORT_DESC="GNU utilities and tools to find and locate."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://www.gnu.org/software/findutils/"
    1.16 +WEB_SITE="https://www.gnu.org/software/findutils/"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21  DEPENDS="glibc-base slitaz-base-files"
    1.22 @@ -15,13 +16,12 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		--libexecdir=/usr/lib/findutils \
    1.30 -		--localstatedir=/var \
    1.31 -		--infodir=/usr/share/info \
    1.32 -		--mandir=/usr/share/man \
    1.33 +	./configure				\
    1.34 +		--prefix=/usr			\
    1.35 +		--libexecdir=/usr/lib/findutils	\
    1.36 +		--localstatedir=/var		\
    1.37 +		--infodir=/usr/share/info	\
    1.38 +		--mandir=/usr/share/man		\
    1.39  		$CONFIGURE_ARGS &&
    1.40  	make &&
    1.41  	make DESTDIR=$DESTDIR install
    1.42 @@ -31,8 +31,9 @@
    1.43  genpkg_rules()
    1.44  {
    1.45  	mkdir -p $fs/usr/bin
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 -	cp -a $install/usr/lib $fs/usr
    1.48 +
    1.49 +	cp -a $install/usr/bin	$fs/usr
    1.50 +	cp -a $install/usr/lib	$fs/usr
    1.51  }
    1.52  
    1.53  # Remove Busybox symlink before installing