wok-next rev 21654

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jun 26 21:36:55 2020 +0100 (2020-06-26)
parents f08244489a36
children abe887a87efa
files findutils/receipt
line diff
     1.1 --- a/findutils/receipt	Fri Jun 26 21:23:07 2020 +0100
     1.2 +++ b/findutils/receipt	Fri Jun 26 21:36:55 2020 +0100
     1.3 @@ -1,28 +1,31 @@
     1.4  # SliTaz package receipt v2.
     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 -MAINTAINER="devel@slitaz.org"
    1.12 +TAGS_std="LFS"
    1.13 +SHORT_DESC="GNU utilities and tools to find and locate"
    1.14 +MAINTAINER="maintainer@slitaz.org"
    1.15  LICENSE="GPL3"
    1.16  WEB_SITE="https://www.gnu.org/software/findutils/"
    1.17  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/findutils.html"
    1.18  
    1.19 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.21  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.22  
    1.23  DEPENDS_std="glibc-base slitaz-base-files"
    1.24 -TAGS_std="LFS"
    1.25  
    1.26 -compile_rules() {
    1.27 +SPLIT="$PACKAGE-lang"
    1.28 +
    1.29 +compile_rules()
    1.30 +{
    1.31  	# for glibc-2.28 (from LFS):
    1.32  	sed -i 's|IO_ftrylockfile|IO_EOF_SEEN|'       gl/lib/*.c
    1.33  	sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c
    1.34  	echo '#define _IO_IN_BACKUP 0x100'         >> gl/lib/stdio-impl.h
    1.35  
    1.36 -	./configure \
    1.37 -		--localstatedir=/var/lib/locate \
    1.38 +	./configure				\
    1.39 +		--localstatedir=/var/lib/locate	\
    1.40  		$CONFIGURE_ARGS &&
    1.41  	make &&
    1.42  	make install