wok-6.x rev 24547

updated findutils (4.7.0 -> 4.9.0)
author Hans-G?nter Theisgen
date Fri Feb 25 07:40:37 2022 +0100 (2022-02-25)
parents ff86a04c1516
children 506a170a3eaa
files findutils/description.txt findutils/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/findutils/description.txt	Fri Feb 25 07:40:37 2022 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +The GNU Find Utilities are the basic directory searching utilities
     1.5 +of the GNU operating system.
     1.6 +These programs are typically used in conjunction with other programs
     1.7 +to provide modular and powerful directory search and file locating
     1.8 +capabilities to other commands.
     1.9 +
    1.10 +The tools supplied with this package are:
    1.11 +
    1.12 +* find - search for files in a directory hierarchy
    1.13 +* locate - list files in databases that match a pattern
    1.14 +* updatedb - update a file name database
    1.15 +* xargs - build and execute command lines from standard input
     2.1 --- a/findutils/receipt	Fri Feb 25 07:20:29 2022 +0100
     2.2 +++ b/findutils/receipt	Fri Feb 25 07:40:37 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="findutils"
     2.7 -VERSION="4.7.0"
     2.8 +VERSION="4.9.0"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="GNU utilities and tools to find and locate."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -37,10 +37,8 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr/bin
    2.17 -
    2.18 -	cp -a $install/usr/bin	$fs/usr
    2.19 -	cp -a $install/usr/lib	$fs/usr
    2.20 +	cook_copy_folders	bin
    2.21 +	cook_copy_folders	lib
    2.22  }
    2.23  
    2.24  # Remove Busybox symlink before installing