wok-6.x rev 24437
updated coreutils packages (8.31 -> 9.0)
line diff
1.1 --- a/consolekit2/receipt Sun Feb 13 13:09:42 2022 +0000 1.2 +++ b/consolekit2/receipt Sun Feb 13 17:24:01 2022 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/refs/tags/$VERSION.tar.gz" 1.6 1.7 - 1.8 +SUGGESTED="consolekit2-lang" 1.9 DEPENDS="acl dbus eudev-lib glib polkit xorg-libX11 zlib" 1.10 BUILD_DEPENDS="acl-dev dbus-dev docbook-xsl eudev-dev gettext-base 1.11 glib-dev libtool libxml2-tools libxslt polkit-dev
2.1 --- a/coreutils-character/receipt Sun Feb 13 13:09:42 2022 +0000 2.2 +++ b/coreutils-character/receipt Sun Feb 13 17:24:01 2022 +0100 2.3 @@ -1,27 +1,30 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="coreutils-character" 2.7 -VERSION="8.31" 2.8 +VERSION="9.0" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="GNU utilities that operate on characters." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 LICENSE="GPL3" 2.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 2.14 2.15 +SUGGESTED="coreutils-lang" 2.16 DEPENDS="glibc-base" 2.17 WANTED="coreutils" 2.18 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 - mandir="$fs/usr/share/man/man1" 2.23 - mkdir -p $mandir 2.24 + # according to https://doc.slitaz.org/en:cookbook:wok 2.25 + # Generally, the base packages contain no man, info or doc files 2.26 +# mandir="$fs/usr/share/man/man1" 2.27 +# mkdir -p $mandir 2.28 2.29 while read i 2.30 do 2.31 mkdir -p $fs$(dirname $i) 2.32 - cp -a $install$i $fs$i 2.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 2.34 + cp -a $install$i $fs$i 2.35 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 2.36 done <<EOT 2.37 /usr/bin/expand 2.38 /usr/bin/tr
3.1 --- a/coreutils-command/receipt Sun Feb 13 13:09:42 2022 +0000 3.2 +++ b/coreutils-command/receipt Sun Feb 13 17:24:01 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="coreutils-command" 3.7 -VERSION="8.31" 3.8 +VERSION="9.0" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="GNU command utilities." 3.11 MAINTAINER="rcx@zoominternet.net" 3.12 @@ -14,14 +14,16 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mandir="$fs/usr/share/man/man1" 3.17 - mkdir -p $mandir ${mandir/1/8} 3.18 + # according to https://doc.slitaz.org/en:cookbook:wok 3.19 + # Generally, the base packages contain no man, info or doc files 3.20 +# mandir="$fs/usr/share/man/man1" 3.21 +# mkdir -p $mandir ${mandir/1/8} 3.22 3.23 while read i 3.24 do 3.25 mkdir -p $fs$(dirname $i) 3.26 - cp -a $install$i $fs$i 3.27 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 3.28 + cp -a $install$i $fs$i 3.29 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 3.30 done <<EOT 3.31 /usr/bin/env 3.32 /usr/bin/kill 3.33 @@ -34,16 +36,16 @@ 3.34 /usr/sbin/chroot 3.35 EOT 3.36 3.37 - mv $mandir/chroot.* ${mandir/1/8} 3.38 +# mv $mandir/chroot.* ${mandir/1/8} 3.39 } 3.40 3.41 post_install() 3.42 { 3.43 # Remove Busybox applets in order to not clash with ("/bin", "/sbin", 3.44 # "/usr/bin" and "/usr/sbin" conflicts with the same filename) 3.45 - rm "$1/bin/kill" # /usr/bin/kill 3.46 - rm "$1/bin/nice" # /usr/bin/nice 3.47 - rm "$1/bin/sleep" # /usr/bin/sleep 3.48 + rm "$1/bin/kill" # /usr/bin/kill 3.49 + rm "$1/bin/nice" # /usr/bin/nice 3.50 + rm "$1/bin/sleep" # /usr/bin/sleep 3.51 } 3.52 3.53 post_remove()
4.1 --- a/coreutils-conditions/receipt Sun Feb 13 13:09:42 2022 +0000 4.2 +++ b/coreutils-conditions/receipt Sun Feb 13 17:24:01 2022 +0100 4.3 @@ -1,27 +1,30 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="coreutils-conditions" 4.7 -VERSION="8.31" 4.8 +VERSION="9.0" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="GNU utilities for conditions." 4.11 MAINTAINER="rcx@zoominternet.net" 4.12 LICENSE="GPL3" 4.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 4.14 4.15 +SUGGESTED="coreutils-lang" 4.16 DEPENDS="glibc-base gmp" 4.17 WANTED="coreutils" 4.18 4.19 # Rules to gen a SliTaz package suitable for Tazpkg. 4.20 genpkg_rules() 4.21 { 4.22 - mandir="$fs/usr/share/man/man1" 4.23 - mkdir -p $mandir 4.24 + # according to https://doc.slitaz.org/en:cookbook:wok 4.25 + # Generally, the base packages contain no man, info or doc files 4.26 +# mandir="$fs/usr/share/man/man1" 4.27 +# mkdir -p $mandir 4.28 4.29 while read i 4.30 do 4.31 mkdir -p $fs$(dirname $i) 4.32 cp -a $install$i $fs$i 4.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 4.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 4.35 done <<EOT 4.36 /bin/false 4.37 /bin/true
5.1 --- a/coreutils-context-system/receipt Sun Feb 13 13:09:42 2022 +0000 5.2 +++ b/coreutils-context-system/receipt Sun Feb 13 17:24:01 2022 +0100 5.3 @@ -1,27 +1,30 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="coreutils-context-system" 5.7 -VERSION="8.31" 5.8 +VERSION="9.0" 5.9 CATEGORY="system-tools" 5.10 SHORT_DESC="GNU utilities related to the system context." 5.11 MAINTAINER="rcx@zoominternet.net" 5.12 LICENSE="GPL3" 5.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 5.14 5.15 +SUGGESTED="coreutils-lang" 5.16 DEPENDS="glibc-base" 5.17 WANTED="coreutils" 5.18 5.19 # Rules to gen a SliTaz package suitable for Tazpkg. 5.20 genpkg_rules() 5.21 { 5.22 - mandir="$fs/usr/share/man/man1" 5.23 - mkdir -p $mandir 5.24 + # according to https://doc.slitaz.org/en:cookbook:wok 5.25 + # Generally, the base packages contain no man, info or doc files 5.26 +# mandir="$fs/usr/share/man/man1" 5.27 +# mkdir -p $mandir 5.28 5.29 while read i 5.30 do 5.31 mkdir -p $fs$(dirname $i) 5.32 cp -a $install$i $fs$i 5.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 5.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 5.35 done <<EOT 5.36 /bin/date 5.37 /bin/uname
6.1 --- a/coreutils-context-user/receipt Sun Feb 13 13:09:42 2022 +0000 6.2 +++ b/coreutils-context-user/receipt Sun Feb 13 17:24:01 2022 +0100 6.3 @@ -1,27 +1,30 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="coreutils-context-user" 6.7 -VERSION="8.31" 6.8 +VERSION="9.0" 6.9 CATEGORY="system-tools" 6.10 SHORT_DESC="GNU utilities related to the user context." 6.11 MAINTAINER="rcx@zoominternet.net" 6.12 LICENSE="GPL3" 6.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 6.14 6.15 +SUGGESTED="coreutils-lang" 6.16 DEPENDS="glibc-base" 6.17 WANTED="coreutils" 6.18 6.19 # Rules to gen a SliTaz package suitable for Tazpkg. 6.20 genpkg_rules() 6.21 { 6.22 - mandir="$fs/usr/share/man/man1" 6.23 - mkdir -p $mandir 6.24 + # according to https://doc.slitaz.org/en:cookbook:wok 6.25 + # Generally, the base packages contain no man, info or doc files 6.26 +# mandir="$fs/usr/share/man/man1" 6.27 +# mkdir -p $mandir 6.28 6.29 while read i 6.30 do 6.31 mkdir -p $fs$(dirname $i) 6.32 cp -a $install$i $fs$i 6.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 6.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 6.35 done <<EOT 6.36 /usr/bin/groups 6.37 /usr/bin/id 6.38 @@ -38,7 +41,7 @@ 6.39 # Restore all Busybox applets that have been replaced 6.40 while read i 6.41 do 6.42 - busybox ln -s /bin/busybox "$1$i" 6.43 + busybox ln -s /bin/busybox "$1$i" 6.44 done <<EOT 6.45 /usr/bin/groups 6.46 /usr/bin/id
7.1 --- a/coreutils-context-working/receipt Sun Feb 13 13:09:42 2022 +0000 7.2 +++ b/coreutils-context-working/receipt Sun Feb 13 17:24:01 2022 +0100 7.3 @@ -1,27 +1,30 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="coreutils-context-working" 7.7 -VERSION="8.31" 7.8 +VERSION="9.0" 7.9 CATEGORY="system-tools" 7.10 SHORT_DESC="GNU utilities related to the working context." 7.11 MAINTAINER="rcx@zoominternet.net" 7.12 LICENSE="GPL3" 7.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 7.14 7.15 +SUGGESTED="coreutils-lang" 7.16 DEPENDS="glibc-base" 7.17 WANTED="coreutils" 7.18 7.19 # Rules to gen a SliTaz package suitable for Tazpkg. 7.20 genpkg_rules() 7.21 { 7.22 - mandir="$fs/usr/share/man/man1" 7.23 - mkdir -p $mandir 7.24 + # according to https://doc.slitaz.org/en:cookbook:wok 7.25 + # Generally, the base packages contain no man, info or doc files 7.26 +# mandir="$fs/usr/share/man/man1" 7.27 +# mkdir -p $mandir 7.28 7.29 while read i 7.30 do 7.31 mkdir -p $fs$(dirname $i) 7.32 cp -a $install$i $fs$i 7.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 7.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 7.35 done <<EOT 7.36 /bin/pwd 7.37 /bin/stty 7.38 @@ -34,7 +37,7 @@ 7.39 { 7.40 # Remove Busybox applets in order to not clash with ("/bin", "/sbin", 7.41 # "/usr/bin" and "/usr/sbin" conflicts with the same filename) 7.42 - rm "$1/bin/printenv" # /usr/bin/printenv 7.43 + rm "$1/bin/printenv" # /usr/bin/printenv 7.44 } 7.45 7.46 post_remove()
8.1 --- a/coreutils-directory/receipt Sun Feb 13 13:09:42 2022 +0000 8.2 +++ b/coreutils-directory/receipt Sun Feb 13 17:24:01 2022 +0100 8.3 @@ -1,27 +1,30 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="coreutils-directory" 8.7 -VERSION="8.31" 8.8 +VERSION="9.0" 8.9 CATEGORY="system-tools" 8.10 SHORT_DESC="GNU utilities that list directories." 8.11 MAINTAINER="rcx@zoominternet.net" 8.12 LICENSE="GPL3" 8.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 8.14 8.15 -DEPENDS="glibc-base attr libcap" 8.16 +SUGGESTED="coreutils-lang" 8.17 +DEPENDS="attr glibc-base libcap" 8.18 WANTED="coreutils" 8.19 8.20 # Rules to gen a SliTaz package suitable for Tazpkg. 8.21 genpkg_rules() 8.22 { 8.23 - mandir="$fs/usr/share/man/man1" 8.24 - mkdir -p $mandir 8.25 + # according to https://doc.slitaz.org/en:cookbook:wok 8.26 + # Generally, the base packages contain no man, info or doc files 8.27 +# mandir="$fs/usr/share/man/man1" 8.28 +# mkdir -p $mandir 8.29 8.30 while read i 8.31 do 8.32 mkdir -p $fs$(dirname $i) 8.33 cp -a $install$i $fs$i 8.34 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 8.35 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 8.36 done <<EOT 8.37 /bin/ls 8.38 /usr/bin/dir
9.1 --- a/coreutils-disk/receipt Sun Feb 13 13:09:42 2022 +0000 9.2 +++ b/coreutils-disk/receipt Sun Feb 13 17:24:01 2022 +0100 9.3 @@ -1,27 +1,30 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="coreutils-disk" 9.7 -VERSION="8.31" 9.8 +VERSION="9.0" 9.9 CATEGORY="system-tools" 9.10 SHORT_DESC="GNU utilities that work with disks." 9.11 MAINTAINER="rcx@zoominternet.net" 9.12 LICENSE="GPL3" 9.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 9.14 9.15 +SUGGESTED="coreutils-lang" 9.16 DEPENDS="glibc-base" 9.17 WANTED="coreutils" 9.18 9.19 # Rules to gen a SliTaz package suitable for Tazpkg. 9.20 genpkg_rules() 9.21 { 9.22 - mandir="$fs/usr/share/man/man1" 9.23 - mkdir -p $mandir 9.24 + # according to https://doc.slitaz.org/en:cookbook:wok 9.25 + # Generally, the base packages contain no man, info or doc files 9.26 +# mandir="$fs/usr/share/man/man1" 9.27 +# mkdir -p $mandir 9.28 9.29 while read i 9.30 do 9.31 mkdir -p $fs$(dirname $i) 9.32 cp -a $install$i $fs$i 9.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 9.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 9.35 done <<EOT 9.36 /bin/df 9.37 /bin/sync 9.38 @@ -35,7 +38,7 @@ 9.39 { 9.40 # Remove Busybox applets in order to not clash with ("/bin", "/sbin", 9.41 # "/usr/bin" and "/usr/sbin" conflicts with the same filename) 9.42 - rm "$1/bin/stat" # /usr/bin/stat 9.43 + rm "$1/bin/stat" # /usr/bin/stat 9.44 } 9.45 9.46 post_remove()
10.1 --- a/coreutils-file-attributes/receipt Sun Feb 13 13:09:42 2022 +0000 10.2 +++ b/coreutils-file-attributes/receipt Sun Feb 13 17:24:01 2022 +0100 10.3 @@ -1,27 +1,30 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="coreutils-file-attributes" 10.7 -VERSION="8.31" 10.8 +VERSION="9.0" 10.9 CATEGORY="system-tools" 10.10 SHORT_DESC="GNU utilities that change file attributes." 10.11 MAINTAINER="rcx@zoominternet.net" 10.12 LICENSE="GPL3" 10.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 10.14 10.15 +SUGGESTED="coreutils-lang" 10.16 DEPENDS="glibc-base" 10.17 WANTED="coreutils" 10.18 10.19 # Rules to gen a SliTaz package suitable for Tazpkg. 10.20 genpkg_rules() 10.21 { 10.22 - mandir="$fs/usr/share/man/man1" 10.23 - mkdir -p $mandir 10.24 + # according to https://doc.slitaz.org/en:cookbook:wok 10.25 + # Generally, the base packages contain no man, info or doc files 10.26 +# mandir="$fs/usr/share/man/man1" 10.27 +# mkdir -p $mandir 10.28 10.29 while read i 10.30 do 10.31 mkdir -p $fs$(dirname $i) 10.32 cp -a $install$i $fs$i 10.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 10.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 10.35 done <<EOT 10.36 /bin/chgrp 10.37 /bin/chmod 10.38 @@ -34,7 +37,7 @@ 10.39 { 10.40 # Remove Busybox applets in order to not clash with ("/bin", "/sbin", 10.41 # "/usr/bin" and "/usr/sbin" conflicts with the same filename) 10.42 - rm "$1/bin/touch" # /usr/bin/touch 10.43 + rm "$1/bin/touch" # /usr/bin/touch 10.44 } 10.45 10.46 post_remove()
11.1 --- a/coreutils-file-format/receipt Sun Feb 13 13:09:42 2022 +0000 11.2 +++ b/coreutils-file-format/receipt Sun Feb 13 17:24:01 2022 +0100 11.3 @@ -1,27 +1,30 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="coreutils-file-format" 11.7 -VERSION="8.31" 11.8 +VERSION="9.0" 11.9 CATEGORY="system-tools" 11.10 SHORT_DESC="GNU utilities that format file contents." 11.11 MAINTAINER="rcx@zoominternet.net" 11.12 LICENSE="GPL3" 11.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 11.14 11.15 +SUGGESTED="coreutils-lang" 11.16 DEPENDS="glibc-base" 11.17 WANTED="coreutils" 11.18 11.19 # Rules to gen a SliTaz package suitable for Tazpkg. 11.20 genpkg_rules() 11.21 { 11.22 - mandir="$fs/usr/share/man/man1" 11.23 - mkdir -p $mandir 11.24 + # according to https://doc.slitaz.org/en:cookbook:wok 11.25 + # Generally, the base packages contain no man, info or doc files 11.26 +# mandir="$fs/usr/share/man/man1" 11.27 +# mkdir -p $mandir 11.28 11.29 while read i 11.30 do 11.31 mkdir -p $fs$(dirname $i) 11.32 cp -a $install$i $fs$i 11.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 11.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 11.35 done <<EOT 11.36 /usr/bin/fmt 11.37 /usr/bin/fold
12.1 --- a/coreutils-file-output-full/receipt Sun Feb 13 13:09:42 2022 +0000 12.2 +++ b/coreutils-file-output-full/receipt Sun Feb 13 17:24:01 2022 +0100 12.3 @@ -1,27 +1,30 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="coreutils-file-output-full" 12.7 -VERSION="8.31" 12.8 +VERSION="9.0" 12.9 CATEGORY="system-tools" 12.10 SHORT_DESC="GNU utilities that output entire files." 12.11 MAINTAINER="rcx@zoominternet.net" 12.12 LICENSE="GPL3" 12.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 12.14 12.15 +SUGGESTED="coreutils-lang" 12.16 DEPENDS="glibc-base" 12.17 WANTED="coreutils" 12.18 12.19 # Rules to gen a SliTaz package suitable for Tazpkg. 12.20 genpkg_rules() 12.21 { 12.22 - mandir="$fs/usr/share/man/man1" 12.23 - mkdir -p $mandir 12.24 + # according to https://doc.slitaz.org/en:cookbook:wok 12.25 + # Generally, the base packages contain no man, info or doc files 12.26 +# mandir="$fs/usr/share/man/man1" 12.27 +# mkdir -p $mandir 12.28 12.29 while read i 12.30 do 12.31 mkdir -p $fs$(dirname $i) 12.32 cp -a $install$i $fs$i 12.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 12.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 12.35 done <<EOT 12.36 /bin/cat 12.37 /usr/bin/base32 12.38 @@ -36,7 +39,7 @@ 12.39 { 12.40 # Remove Busybox applets in order to not clash with ("/bin", "/sbin", 12.41 # "/usr/bin" and "/usr/sbin" conflicts with the same filename) 12.42 - rm "$1/bin/base64" # /usr/bin/base64 12.43 + rm "$1/bin/base64" # /usr/bin/base64 12.44 } 12.45 12.46 post_remove()
13.1 --- a/coreutils-file-output-part/receipt Sun Feb 13 13:09:42 2022 +0000 13.2 +++ b/coreutils-file-output-part/receipt Sun Feb 13 17:24:01 2022 +0100 13.3 @@ -1,27 +1,30 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="coreutils-file-output-part" 13.7 -VERSION="8.31" 13.8 +VERSION="9.0" 13.9 CATEGORY="system-tools" 13.10 SHORT_DESC="GNU utilities that output file parts." 13.11 MAINTAINER="rcx@zoominternet.net" 13.12 LICENSE="GPL3" 13.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 13.14 13.15 +SUGGESTED="coreutils-lang" 13.16 DEPENDS="glibc-base" 13.17 WANTED="coreutils" 13.18 13.19 # Rules to gen a SliTaz package suitable for Tazpkg. 13.20 genpkg_rules() 13.21 { 13.22 - mandir="$fs/usr/share/man/man1" 13.23 - mkdir -p $mandir 13.24 + # according to https://doc.slitaz.org/en:cookbook:wok 13.25 + # Generally, the base packages contain no man, info or doc files 13.26 +# mandir="$fs/usr/share/man/man1" 13.27 +# mkdir -p $mandir 13.28 13.29 while read i 13.30 do 13.31 mkdir -p $fs$(dirname $i) 13.32 cp -a $install$i $fs$i 13.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 13.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 13.35 done <<EOT 13.36 /usr/bin/csplit 13.37 /usr/bin/head
14.1 --- a/coreutils-file-sort/receipt Sun Feb 13 13:09:42 2022 +0000 14.2 +++ b/coreutils-file-sort/receipt Sun Feb 13 17:24:01 2022 +0100 14.3 @@ -1,27 +1,30 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="coreutils-file-sort" 14.7 -VERSION="8.31" 14.8 +VERSION="9.0" 14.9 CATEGORY="system-tools" 14.10 SHORT_DESC="GNU utilities that operate on sorted files." 14.11 MAINTAINER="rcx@zoominternet.net" 14.12 LICENSE="GPL3" 14.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 14.14 14.15 +SUGGESTED="coreutils-lang" 14.16 DEPENDS="glibc-base" 14.17 WANTED="coreutils" 14.18 14.19 # Rules to gen a SliTaz package suitable for Tazpkg. 14.20 genpkg_rules() 14.21 { 14.22 - mandir="$fs/usr/share/man/man1" 14.23 - mkdir -p $mandir 14.24 + # according to https://doc.slitaz.org/en:cookbook:wok 14.25 + # Generally, the base packages contain no man, info or doc files 14.26 +# mandir="$fs/usr/share/man/man1" 14.27 +# mkdir -p $mandir 14.28 14.29 while read i 14.30 do 14.31 mkdir -p $fs$(dirname $i) 14.32 cp -a $install$i $fs$i 14.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 14.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 14.35 done <<EOT 14.36 /usr/bin/comm 14.37 /usr/bin/ptx
15.1 --- a/coreutils-file-summarize/receipt Sun Feb 13 13:09:42 2022 +0000 15.2 +++ b/coreutils-file-summarize/receipt Sun Feb 13 17:24:01 2022 +0100 15.3 @@ -1,27 +1,30 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="coreutils-file-summarize" 15.7 -VERSION="8.31" 15.8 +VERSION="9.0" 15.9 CATEGORY="system-tools" 15.10 SHORT_DESC="GNU utilities that summarize files." 15.11 MAINTAINER="rcx@zoominternet.net" 15.12 LICENSE="GPL3" 15.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 15.14 15.15 +SUGGESTED="coreutils-lang" 15.16 DEPENDS="glibc-base" 15.17 WANTED="coreutils" 15.18 15.19 # Rules to gen a SliTaz package suitable for Tazpkg. 15.20 genpkg_rules() 15.21 { 15.22 - mandir="$fs/usr/share/man/man1" 15.23 - mkdir -p $mandir 15.24 + # according to https://doc.slitaz.org/en:cookbook:wok 15.25 + # Generally, the base packages contain no man, info or doc files 15.26 +# mandir="$fs/usr/share/man/man1" 15.27 +# mkdir -p $mandir 15.28 15.29 while read i 15.30 do 15.31 mkdir -p $fs$(dirname $i) 15.32 cp -a $install$i $fs$i 15.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 15.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 15.35 done <<EOT 15.36 /usr/bin/cksum 15.37 /usr/bin/md5sum
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/coreutils-lang/receipt Sun Feb 13 17:24:01 2022 +0100 16.3 @@ -0,0 +1,17 @@ 16.4 +# SliTaz package receipt. 16.5 + 16.6 +PACKAGE="coreutils-lang" 16.7 +VERSION="9.0" 16.8 +CATEGORY="system-tools" 16.9 +SHORT_DESC="Utilities for using and setting the basic system - localised messages." 16.10 +MAINTAINER="maintainer@slitaz.org" 16.11 +LICENSE="GPL3" 16.12 +WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 16.13 + 16.14 +WANTED="coreutils" 16.15 + 16.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 16.17 +genpkg_rules() 16.18 +{ 16.19 + cook_copy_folders locale 16.20 +}
17.1 --- a/coreutils-line/receipt Sun Feb 13 13:09:42 2022 +0000 17.2 +++ b/coreutils-line/receipt Sun Feb 13 17:24:01 2022 +0100 17.3 @@ -1,27 +1,30 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="coreutils-line" 17.7 -VERSION="8.31" 17.8 +VERSION="9.0" 17.9 CATEGORY="system-tools" 17.10 SHORT_DESC="GNU utilities that operate on fields within a line." 17.11 MAINTAINER="rcx@zoominternet.net" 17.12 LICENSE="GPL3" 17.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 17.14 17.15 +SUGGESTED="coreutils-lang" 17.16 DEPENDS="glibc-base" 17.17 WANTED="coreutils" 17.18 17.19 # Rules to gen a SliTaz package suitable for Tazpkg. 17.20 genpkg_rules() 17.21 { 17.22 - mandir="$fs/usr/share/man/man1" 17.23 - mkdir -p $mandir 17.24 + # according to https://doc.slitaz.org/en:cookbook:wok 17.25 + # Generally, the base packages contain no man, info or doc files 17.26 +# mandir="$fs/usr/share/man/man1" 17.27 +# mkdir -p $mandir 17.28 17.29 while read i 17.30 do 17.31 mkdir -p $fs$(dirname $i) 17.32 cp -a $install$i $fs$i 17.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 17.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 17.35 done <<EOT 17.36 /usr/bin/cut 17.37 /usr/bin/join
18.1 --- a/coreutils-multicall/receipt Sun Feb 13 13:09:42 2022 +0000 18.2 +++ b/coreutils-multicall/receipt Sun Feb 13 17:24:01 2022 +0100 18.3 @@ -1,7 +1,7 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="coreutils-multicall" 18.7 -VERSION="8.31" 18.8 +VERSION="9.0" 18.9 CATEGORY="system-tools" 18.10 SHORT_DESC="Utilities for using and setting the basic system." 18.11 MAINTAINER="al.bobylev@gmail.com" 18.12 @@ -11,6 +11,7 @@ 18.13 TARBALL="coreutils-$VERSION.tar.xz" 18.14 WGET_URL="https://ftp.gnu.org/gnu/coreutils/$TARBALL" 18.15 18.16 +SUGGESTED="coreutils-lang" 18.17 SIBLINGS="coreutils" 18.18 DEPENDS="acl attr glibc-base gmp libcap" 18.19 BUILD_DEPENDS="automake gmp-dev libcap-dev xz" 18.20 @@ -47,12 +48,34 @@ 18.21 mkdir -p $install/usr/sbin 18.22 mkdir -p $install/usr/share/man/man8 18.23 18.24 - for i in cat chgrp chmod chown cp date dd df echo false ln ls mkdir \ 18.25 - mknod mv pwd rm rmdir stty sync true uname 18.26 + while read i 18.27 do 18.28 rm $install/usr/bin/$i 18.29 ln -s /usr/bin/coreutils $install/bin/$i 18.30 - done 18.31 + done <<EOT 18.32 +cat 18.33 +chgrp 18.34 +chmod 18.35 +chown 18.36 +cp 18.37 +date 18.38 +dd 18.39 +df 18.40 +echo 18.41 +false 18.42 +ln 18.43 +ls 18.44 +mkdir 18.45 +mknod 18.46 +mv 18.47 +pwd 18.48 +rm 18.49 +rmdir 18.50 +stty 18.51 +sync 18.52 +true 18.53 +uname 18.54 +EOT 18.55 rm $install/usr/bin/chroot 18.56 ln -s /usr/bin/coreutils $install/usr/sbin/chroot 18.57 mv $install/usr/share/man/man1/chroot.1 \ 18.58 @@ -67,22 +90,23 @@ 18.59 genpkg_rules() 18.60 { 18.61 cp -a $install/* $fs 18.62 - rm -r $fs/usr/share/info 18.63 - rm -r $fs/usr/share/locale 18.64 + # according to https://doc.slitaz.org/en:cookbook:wok 18.65 + # Generally, the base packages contain no man, info or doc files 18.66 + rm -r $fs/usr/share 18.67 } 18.68 18.69 post_install() 18.70 { 18.71 # Remove Busybox applets in order to not clash with ("/bin", "/sbin", 18.72 # "/usr/bin" and "/usr/sbin" conflicts with the same filename) 18.73 - rm "$1/bin/base64" # /usr/bin/base64 18.74 - rm "$1/bin/kill" # /usr/bin/kill 18.75 - rm "$1/bin/mktemp" # /usr/bin/mktemp 18.76 - rm "$1/bin/nice" # /usr/bin/nice 18.77 - rm "$1/bin/printenv" # /usr/bin/printenv 18.78 - rm "$1/bin/sleep" # /usr/bin/sleep 18.79 - rm "$1/bin/stat" # /usr/bin/stat 18.80 - rm "$1/bin/touch" # /usr/bin/touch 18.81 + rm "$1/bin/base64" # /usr/bin/base64 18.82 + rm "$1/bin/kill" # /usr/bin/kill 18.83 + rm "$1/bin/mktemp" # /usr/bin/mktemp 18.84 + rm "$1/bin/nice" # /usr/bin/nice 18.85 + rm "$1/bin/printenv" # /usr/bin/printenv 18.86 + rm "$1/bin/sleep" # /usr/bin/sleep 18.87 + rm "$1/bin/stat" # /usr/bin/stat 18.88 + rm "$1/bin/touch" # /usr/bin/touch 18.89 } 18.90 18.91 post_remove() 18.92 @@ -90,22 +114,94 @@ 18.93 # Restore all Busybox applets that have been replaced 18.94 18.95 # /bin: 18.96 - for i in base64 cat chgrp chmod chown cp date dd df echo false kill ln ls \ 18.97 - mkdir mknod mktemp mv nice printenv pwd rm rmdir sleep stat stty sync \ 18.98 - touch true uname 18.99 + while read i 18.100 do 18.101 busybox ln -s busybox "$1/bin/$i" 18.102 - done 18.103 + done <<EOT 18.104 +base64 18.105 +cat 18.106 +chgrp 18.107 +chmod 18.108 +chown 18.109 +cp 18.110 +date 18.111 +dd 18.112 +df 18.113 +echo 18.114 +false 18.115 +kill 18.116 +ln 18.117 +ls 18.118 +mkdir 18.119 +mknod 18.120 +mktemp 18.121 +mv 18.122 +nice 18.123 +printenv 18.124 +pwd 18.125 +rm 18.126 +rmdir 18.127 +sleep 18.128 +stat 18.129 +stty 18.130 +sync 18.131 +touch 18.132 +true 18.133 +uname 18.134 +EOT 18.135 18.136 # /usr/bin: 18.137 - for i in '[' basename cksum comm cut dirname du env expand expr fold \ 18.138 - groups head hostid id install logname md5sum mkfifo nohup od printf \ 18.139 - readlink realpath seq sha1sum sha256sum sha512sum sort split sum tac \ 18.140 - tail tee test timeout tr tty unexpand uniq uptime users wc who whoami \ 18.141 - yes 18.142 + while read i 18.143 do 18.144 busybox ln -s /bin/busybox "$1/usr/bin/$i" 18.145 - done 18.146 + done <<EOT 18.147 +[ 18.148 +basename 18.149 +cksum 18.150 +comm 18.151 +cut 18.152 +dirname 18.153 +du 18.154 +env 18.155 +expand 18.156 +expr 18.157 +fold 18.158 +groups 18.159 +head 18.160 +hostid 18.161 +id 18.162 +install 18.163 +logname 18.164 +md5sum 18.165 +mkfifo 18.166 +nohup 18.167 +od 18.168 +printf 18.169 +readlink 18.170 +realpath 18.171 +seq 18.172 +sha1sum 18.173 +sha256sum 18.174 +sha512sum 18.175 +sort 18.176 +split 18.177 +sum 18.178 +tac 18.179 +tail 18.180 +tee 18.181 +test 18.182 +timeout 18.183 +tr 18.184 +tty 18.185 +unexpand 18.186 +uniq 18.187 +uptime 18.188 +users 18.189 +wc 18.190 +who 18.191 +whoami 18.192 +yes 18.193 +EOT 18.194 18.195 # /usr/sbin: 18.196 busybox ln -s /bin/busybox "$1/usr/sbin/chroot"
19.1 --- a/coreutils-numeric/receipt Sun Feb 13 13:09:42 2022 +0000 19.2 +++ b/coreutils-numeric/receipt Sun Feb 13 17:24:01 2022 +0100 19.3 @@ -1,27 +1,30 @@ 19.4 # SliTaz package receipt. 19.5 19.6 PACKAGE="coreutils-numeric" 19.7 -VERSION="8.31" 19.8 +VERSION="9.0" 19.9 CATEGORY="system-tools" 19.10 SHORT_DESC="GNU numeric utilities." 19.11 MAINTAINER="rcx@zoominternet.net" 19.12 LICENSE="GPL3" 19.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 19.14 19.15 +SUGGESTED="coreutils-lang" 19.16 DEPENDS="glibc-base gmp" 19.17 WANTED="coreutils" 19.18 19.19 # Rules to gen a SliTaz package suitable for Tazpkg. 19.20 genpkg_rules() 19.21 { 19.22 - mandir="$fs/usr/share/man/man1" 19.23 - mkdir -p $mandir 19.24 + # according to https://doc.slitaz.org/en:cookbook:wok 19.25 + # Generally, the base packages contain no man, info or doc files 19.26 +# mandir="$fs/usr/share/man/man1" 19.27 +# mkdir -p $mandir 19.28 19.29 while read i 19.30 do 19.31 mkdir -p $fs$(dirname $i) 19.32 cp -a $install$i $fs$i 19.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 19.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 19.35 done <<EOT 19.36 /usr/bin/factor 19.37 /usr/bin/seq
20.1 --- a/coreutils-operations/receipt Sun Feb 13 13:09:42 2022 +0000 20.2 +++ b/coreutils-operations/receipt Sun Feb 13 17:24:01 2022 +0100 20.3 @@ -1,27 +1,30 @@ 20.4 # SliTaz package receipt. 20.5 20.6 PACKAGE="coreutils-operations" 20.7 -VERSION="8.31" 20.8 +VERSION="9.0" 20.9 CATEGORY="system-tools" 20.10 SHORT_DESC="GNU utilities that perform basic operations." 20.11 MAINTAINER="rcx@zoominternet.net" 20.12 LICENSE="GPL3" 20.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 20.14 20.15 +SUGGESTED="coreutils-lang" 20.16 DEPENDS="acl attr glibc-base" 20.17 WANTED="coreutils" 20.18 20.19 # Rules to gen a SliTaz package suitable for Tazpkg. 20.20 genpkg_rules() 20.21 { 20.22 - mandir="$fs/usr/share/man/man1" 20.23 - mkdir -p $mandir 20.24 + # according to https://doc.slitaz.org/en:cookbook:wok 20.25 + # Generally, the base packages contain no man, info or doc files 20.26 +# mandir="$fs/usr/share/man/man1" 20.27 +# mkdir -p $mandir 20.28 20.29 while read i 20.30 do 20.31 mkdir -p $fs$(dirname $i) 20.32 cp -a $install$i $fs$i 20.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 20.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 20.35 done <<EOT 20.36 /bin/cp 20.37 /bin/dd
21.1 --- a/coreutils-path/receipt Sun Feb 13 13:09:42 2022 +0000 21.2 +++ b/coreutils-path/receipt Sun Feb 13 17:24:01 2022 +0100 21.3 @@ -1,27 +1,30 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="coreutils-path" 21.7 -VERSION="8.31" 21.8 +VERSION="9.0" 21.9 CATEGORY="system-tools" 21.10 SHORT_DESC="GNU utilities that perform path manipulation." 21.11 MAINTAINER="rcx@zoominternet.net" 21.12 LICENSE="GPL3" 21.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 21.14 21.15 +SUGGESTED="coreutils-lang" 21.16 DEPENDS="glibc-base" 21.17 WANTED="coreutils" 21.18 21.19 # Rules to gen a SliTaz package suitable for Tazpkg. 21.20 genpkg_rules() 21.21 { 21.22 - mandir="$fs/usr/share/man/man1" 21.23 - mkdir -p $mandir 21.24 + # according to https://doc.slitaz.org/en:cookbook:wok 21.25 + # Generally, the base packages contain no man, info or doc files 21.26 +# mandir="$fs/usr/share/man/man1" 21.27 +# mkdir -p $mandir 21.28 21.29 while read i 21.30 do 21.31 mkdir -p $fs$(dirname $i) 21.32 cp -a $install$i $fs$i 21.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 21.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 21.35 done <<EOT 21.36 /usr/bin/basename 21.37 /usr/bin/dirname
22.1 --- a/coreutils-print/receipt Sun Feb 13 13:09:42 2022 +0000 22.2 +++ b/coreutils-print/receipt Sun Feb 13 17:24:01 2022 +0100 22.3 @@ -1,27 +1,30 @@ 22.4 # SliTaz package receipt. 22.5 22.6 PACKAGE="coreutils-print" 22.7 -VERSION="8.31" 22.8 +VERSION="9.0" 22.9 CATEGORY="system-tools" 22.10 SHORT_DESC="GNU utilities that print text." 22.11 MAINTAINER="rcx@zoominternet.net" 22.12 LICENSE="GPL3" 22.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 22.14 22.15 +SUGGESTED="coreutils-lang" 22.16 DEPENDS="glibc-base" 22.17 WANTED="coreutils" 22.18 22.19 # Rules to gen a SliTaz package suitable for Tazpkg. 22.20 genpkg_rules() 22.21 { 22.22 - mandir="$fs/usr/share/man/man1" 22.23 - mkdir -p $mandir 22.24 + # according to https://doc.slitaz.org/en:cookbook:wok 22.25 + # Generally, the base packages contain no man, info or doc files 22.26 +# mandir="$fs/usr/share/man/man1" 22.27 +# mkdir -p $mandir 22.28 22.29 while read i 22.30 do 22.31 mkdir -p $fs$(dirname $i) 22.32 cp -a $install$i $fs$i 22.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 22.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 22.35 done <<EOT 22.36 /bin/echo 22.37 /usr/bin/numfmt
23.1 --- a/coreutils-redirection/receipt Sun Feb 13 13:09:42 2022 +0000 23.2 +++ b/coreutils-redirection/receipt Sun Feb 13 17:24:01 2022 +0100 23.3 @@ -1,27 +1,30 @@ 23.4 # SliTaz package receipt. 23.5 23.6 PACKAGE="coreutils-redirection" 23.7 -VERSION="8.31" 23.8 +VERSION="9.0" 23.9 CATEGORY="system-tools" 23.10 SHORT_DESC="GNU utility for output redirection." 23.11 MAINTAINER="rcx@zoominternet.net" 23.12 LICENSE="GPL3" 23.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 23.14 23.15 +SUGGESTED="coreutils-lang" 23.16 DEPENDS="glibc-base" 23.17 WANTED="coreutils" 23.18 23.19 # Rules to gen a SliTaz package suitable for Tazpkg. 23.20 genpkg_rules() 23.21 { 23.22 - mandir="$fs/usr/share/man/man1" 23.23 - mkdir -p $mandir 23.24 + # according to https://doc.slitaz.org/en:cookbook:wok 23.25 + # Generally, the base packages contain no man, info or doc files 23.26 +# mandir="$fs/usr/share/man/man1" 23.27 +# mkdir -p $mandir 23.28 23.29 while read i 23.30 do 23.31 mkdir -p $fs$(dirname $i) 23.32 cp -a $install$i $fs$i 23.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 23.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 23.35 done <<EOT 23.36 /usr/bin/tee 23.37 EOT
24.1 --- a/coreutils/receipt Sun Feb 13 13:09:42 2022 +0000 24.2 +++ b/coreutils/receipt Sun Feb 13 17:24:01 2022 +0100 24.3 @@ -1,7 +1,7 @@ 24.4 # SliTaz package receipt. 24.5 24.6 PACKAGE="coreutils" 24.7 -VERSION="8.31" 24.8 +VERSION="9.0" 24.9 CATEGORY="system-tools" 24.10 SHORT_DESC="Utilities for using and setting the basic system." 24.11 MAINTAINER="pankso@slitaz.org" 24.12 @@ -11,6 +11,7 @@ 24.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 24.14 WGET_URL="https://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 24.15 24.16 +SUGGESTED="coreutils-lang" 24.17 SIBLINGS="coreutils-multicall" 24.18 SPLIT="coreutils-character coreutils-command coreutils-conditions 24.19 coreutils-context-system coreutils-context-user 24.20 @@ -53,11 +54,33 @@ 24.21 mkdir -p $install/usr/sbin 24.22 mkdir -p $install/usr/share/man/man8 24.23 24.24 - for i in cat chgrp chmod chown cp date dd df echo false ln ls mkdir \ 24.25 - mknod mv pwd rm rmdir stty sync true uname 24.26 + while read i 24.27 do 24.28 - mv $install/usr/bin/$i $install/bin 24.29 - done 24.30 + mv $install/usr/bin/$i $install/bin 24.31 + done <<EOT 24.32 +cat 24.33 +chgrp 24.34 +chmod 24.35 +chown 24.36 +cp 24.37 +date 24.38 +dd 24.39 +df 24.40 +echo 24.41 +false 24.42 +ln 24.43 +ls 24.44 +mkdir 24.45 +mknod 24.46 +mv 24.47 +pwd 24.48 +rm 24.49 +rmdir 24.50 +stty 24.51 +sync 24.52 +true 24.53 +uname 24.54 +EOT 24.55 mv $install/usr/bin/chroot $install/usr/sbin 24.56 mv $install/usr/share/man/man1/chroot.1 \ 24.57 $install/usr/share/man/man8/chroot.8 24.58 @@ -77,12 +100,24 @@ 24.59 mkdir -p $fs/bin 24.60 24.61 cd $install/usr/bin 24.62 - for i in base64 csplit factor fmt join od paste ptx shred shuf \ 24.63 - split users groups 24.64 + while read i 24.65 do 24.66 cp -a $i $fs/usr/bin 24.67 - done 24.68 - 24.69 + done <<EOT 24.70 +base64 24.71 +csplit 24.72 +factor 24.73 +fmt 24.74 +groups 24.75 +join 24.76 +od 24.77 +paste 24.78 +ptx 24.79 +shred 24.80 +shuf 24.81 +split 24.82 +users 24.83 +EOT 24.84 cp -a $install/bin/cp $fs/bin 24.85 } 24.86