wok diff coreutils-directory/receipt @ rev 25220
updated python-psutil (5.7.0 -> 5.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:55:11 2022 +0100 (2022-07-13) |
parents | 9b6a3a5c1a07 |
children |
line diff
1.1 --- a/coreutils-directory/receipt Sun Jan 12 09:19:37 2020 +0100 1.2 +++ b/coreutils-directory/receipt Wed Jul 13 15:55:11 2022 +0100 1.3 @@ -1,27 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="coreutils-directory" 1.7 -VERSION="8.31" 1.8 +VERSION="9.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU utilities that list directories." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 1.14 1.15 -DEPENDS="glibc-base attr libcap" 1.16 +SUGGESTED="coreutils-lang" 1.17 +DEPENDS="attr glibc-base libcap" 1.18 WANTED="coreutils" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mandir="$fs/usr/share/man/man1" 1.24 - mkdir -p $mandir 1.25 + # according to https://doc.slitaz.org/en:cookbook:wok 1.26 + # Generally, the base packages contain no man, info or doc files 1.27 +# mandir="$fs/usr/share/man/man1" 1.28 +# mkdir -p $mandir 1.29 1.30 while read i 1.31 do 1.32 mkdir -p $fs$(dirname $i) 1.33 cp -a $install$i $fs$i 1.34 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 1.35 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 1.36 done <<EOT 1.37 /bin/ls 1.38 /usr/bin/dir