wok-6.x rev 22616
updated coreutils packages (8.25 -> 8.31)
line diff
1.1 --- a/coreutils-character/receipt Sat Jan 11 17:21:01 2020 +0100 1.2 +++ b/coreutils-character/receipt Sun Jan 12 09:19:37 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="coreutils-character" 1.7 -VERSION="8.25" 1.8 +VERSION="8.31" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU utilities that operate on characters." 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" 1.16 WANTED="coreutils" 1.17 -DEPENDS="glibc-base" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 @@ -17,11 +17,12 @@ 1.22 mandir="$fs/usr/share/man/man1" 1.23 mkdir -p $mandir 1.24 1.25 - while read i; do 1.26 + while read i 1.27 + do 1.28 mkdir -p $fs$(dirname $i) 1.29 - cp -a $install$i $fs$i 1.30 + cp -a $install$i $fs$i 1.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 1.32 - done <<EOT 1.33 + done <<EOT 1.34 /usr/bin/expand 1.35 /usr/bin/tr 1.36 /usr/bin/unexpand 1.37 @@ -31,9 +32,10 @@ 1.38 post_remove() 1.39 { 1.40 # Restore all Busybox applets that have been replaced 1.41 - while read i; do 1.42 + while read i 1.43 + do 1.44 busybox ln -s /bin/busybox "$1$i" 1.45 - done <<EOT 1.46 + done <<EOT 1.47 /usr/bin/expand 1.48 /usr/bin/tr 1.49 /usr/bin/unexpand
2.1 --- a/coreutils-command/receipt Sat Jan 11 17:21:01 2020 +0100 2.2 +++ b/coreutils-command/receipt Sun Jan 12 09:19:37 2020 +0100 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="coreutils-command" 2.7 -VERSION="8.25" 2.8 +VERSION="8.31" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="GNU command utilities." 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 +DEPENDS="glibc-base" 2.16 WANTED="coreutils" 2.17 -DEPENDS="glibc-base" 2.18 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 @@ -17,11 +17,12 @@ 2.22 mandir="$fs/usr/share/man/man1" 2.23 mkdir -p $mandir ${mandir/1/8} 2.24 2.25 - while read i; do 2.26 + while read i 2.27 + do 2.28 mkdir -p $fs$(dirname $i) 2.29 - cp -a $install$i $fs$i 2.30 + cp -a $install$i $fs$i 2.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 2.32 - done <<EOT 2.33 + done <<EOT 2.34 /usr/bin/env 2.35 /usr/bin/kill 2.36 /usr/bin/nice 2.37 @@ -48,9 +49,10 @@ 2.38 post_remove() 2.39 { 2.40 # Restore all Busybox applets that have been replaced 2.41 - while read i; do 2.42 + while read i 2.43 + do 2.44 busybox ln -s /bin/busybox "$1$i" 2.45 - done <<EOT 2.46 + done <<EOT 2.47 /bin/kill 2.48 /bin/nice 2.49 /bin/sleep
3.1 --- a/coreutils-conditions/receipt Sat Jan 11 17:21:01 2020 +0100 3.2 +++ b/coreutils-conditions/receipt Sun Jan 12 09:19:37 2020 +0100 3.3 @@ -1,15 +1,15 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="coreutils-conditions" 3.7 -VERSION="8.25" 3.8 +VERSION="8.31" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="GNU utilities for conditions." 3.11 MAINTAINER="rcx@zoominternet.net" 3.12 LICENSE="GPL3" 3.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 3.14 3.15 +DEPENDS="glibc-base gmp" 3.16 WANTED="coreutils" 3.17 -DEPENDS="glibc-base gmp" 3.18 3.19 # Rules to gen a SliTaz package suitable for Tazpkg. 3.20 genpkg_rules() 3.21 @@ -17,11 +17,12 @@ 3.22 mandir="$fs/usr/share/man/man1" 3.23 mkdir -p $mandir 3.24 3.25 - while read i; do 3.26 + while read i 3.27 + do 3.28 mkdir -p $fs$(dirname $i) 3.29 - cp -a $install$i $fs$i 3.30 + cp -a $install$i $fs$i 3.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 3.32 - done <<EOT 3.33 + done <<EOT 3.34 /bin/false 3.35 /bin/true 3.36 /usr/bin/[ 3.37 @@ -33,9 +34,10 @@ 3.38 post_remove() 3.39 { 3.40 # Restore all Busybox applets that have been replaced 3.41 - while read i; do 3.42 + while read i 3.43 + do 3.44 busybox ln -s /bin/busybox "$1$i" 3.45 - done <<EOT 3.46 + done <<EOT 3.47 /bin/false 3.48 /bin/true 3.49 /usr/bin/[
4.1 --- a/coreutils-context-system/receipt Sat Jan 11 17:21:01 2020 +0100 4.2 +++ b/coreutils-context-system/receipt Sun Jan 12 09:19:37 2020 +0100 4.3 @@ -1,15 +1,15 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="coreutils-context-system" 4.7 -VERSION="8.25" 4.8 +VERSION="8.31" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="GNU utilities related to the system context." 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 +DEPENDS="glibc-base" 4.16 WANTED="coreutils" 4.17 -DEPENDS="glibc-base" 4.18 4.19 # Rules to gen a SliTaz package suitable for Tazpkg. 4.20 genpkg_rules() 4.21 @@ -17,11 +17,12 @@ 4.22 mandir="$fs/usr/share/man/man1" 4.23 mkdir -p $mandir 4.24 4.25 - while read i; do 4.26 + while read i 4.27 + do 4.28 mkdir -p $fs$(dirname $i) 4.29 - cp -a $install$i $fs$i 4.30 + cp -a $install$i $fs$i 4.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 4.32 - done <<EOT 4.33 + done <<EOT 4.34 /bin/date 4.35 /bin/uname 4.36 /usr/bin/chcon 4.37 @@ -35,9 +36,10 @@ 4.38 post_remove() 4.39 { 4.40 # Restore all Busybox applets that have been replaced 4.41 - while read i; do 4.42 + while read i 4.43 + do 4.44 busybox ln -s /bin/busybox "$1$i" 4.45 - done <<EOT 4.46 + done <<EOT 4.47 /bin/date 4.48 /bin/uname 4.49 /usr/bin/hostid
5.1 --- a/coreutils-context-user/receipt Sat Jan 11 17:21:01 2020 +0100 5.2 +++ b/coreutils-context-user/receipt Sun Jan 12 09:19:37 2020 +0100 5.3 @@ -1,15 +1,15 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="coreutils-context-user" 5.7 -VERSION="8.25" 5.8 +VERSION="8.31" 5.9 CATEGORY="system-tools" 5.10 SHORT_DESC="GNU utilities related to the user 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 +DEPENDS="glibc-base" 5.16 WANTED="coreutils" 5.17 -DEPENDS="glibc-base" 5.18 5.19 # Rules to gen a SliTaz package suitable for Tazpkg. 5.20 genpkg_rules() 5.21 @@ -17,11 +17,12 @@ 5.22 mandir="$fs/usr/share/man/man1" 5.23 mkdir -p $mandir 5.24 5.25 - while read i; do 5.26 + while read i 5.27 + do 5.28 mkdir -p $fs$(dirname $i) 5.29 - cp -a $install$i $fs$i 5.30 + cp -a $install$i $fs$i 5.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 5.32 - done <<EOT 5.33 + done <<EOT 5.34 /usr/bin/groups 5.35 /usr/bin/id 5.36 /usr/bin/logname 5.37 @@ -35,9 +36,10 @@ 5.38 post_remove() 5.39 { 5.40 # Restore all Busybox applets that have been replaced 5.41 - while read i; do 5.42 + while read i 5.43 + do 5.44 busybox ln -s /bin/busybox "$1$i" 5.45 - done <<EOT 5.46 + done <<EOT 5.47 /usr/bin/groups 5.48 /usr/bin/id 5.49 /usr/bin/logname
6.1 --- a/coreutils-context-working/receipt Sat Jan 11 17:21:01 2020 +0100 6.2 +++ b/coreutils-context-working/receipt Sun Jan 12 09:19:37 2020 +0100 6.3 @@ -1,15 +1,15 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="coreutils-context-working" 6.7 -VERSION="8.25" 6.8 +VERSION="8.31" 6.9 CATEGORY="system-tools" 6.10 SHORT_DESC="GNU utilities related to the working 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 +DEPENDS="glibc-base" 6.16 WANTED="coreutils" 6.17 -DEPENDS="glibc-base" 6.18 6.19 # Rules to gen a SliTaz package suitable for Tazpkg. 6.20 genpkg_rules() 6.21 @@ -17,11 +17,12 @@ 6.22 mandir="$fs/usr/share/man/man1" 6.23 mkdir -p $mandir 6.24 6.25 - while read i; do 6.26 + while read i 6.27 + do 6.28 mkdir -p $fs$(dirname $i) 6.29 - cp -a $install$i $fs$i 6.30 + cp -a $install$i $fs$i 6.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 6.32 - done <<EOT 6.33 + done <<EOT 6.34 /bin/pwd 6.35 /bin/stty 6.36 /usr/bin/printenv 6.37 @@ -39,9 +40,10 @@ 6.38 post_remove() 6.39 { 6.40 # Restore all Busybox applets that have been replaced 6.41 - while read i; do 6.42 + while read i 6.43 + do 6.44 busybox ln -s /bin/busybox "$1$i" 6.45 - done <<EOT 6.46 + done <<EOT 6.47 /bin/printenv 6.48 /bin/pwd 6.49 /bin/stty
7.1 --- a/coreutils-directory/receipt Sat Jan 11 17:21:01 2020 +0100 7.2 +++ b/coreutils-directory/receipt Sun Jan 12 09:19:37 2020 +0100 7.3 @@ -1,15 +1,15 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="coreutils-directory" 7.7 -VERSION="8.25" 7.8 +VERSION="8.31" 7.9 CATEGORY="system-tools" 7.10 SHORT_DESC="GNU utilities that list directories." 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 +DEPENDS="glibc-base attr libcap" 7.16 WANTED="coreutils" 7.17 -DEPENDS="glibc-base attr libcap" 7.18 7.19 # Rules to gen a SliTaz package suitable for Tazpkg. 7.20 genpkg_rules() 7.21 @@ -17,11 +17,12 @@ 7.22 mandir="$fs/usr/share/man/man1" 7.23 mkdir -p $mandir 7.24 7.25 - while read i; do 7.26 + while read i 7.27 + do 7.28 mkdir -p $fs$(dirname $i) 7.29 - cp -a $install$i $fs$i 7.30 + cp -a $install$i $fs$i 7.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 7.32 - done <<EOT 7.33 + done <<EOT 7.34 /bin/ls 7.35 /usr/bin/dir 7.36 /usr/bin/dircolors 7.37 @@ -32,9 +33,10 @@ 7.38 post_remove() 7.39 { 7.40 # Restore all Busybox applets that have been replaced 7.41 - while read i; do 7.42 + while read i 7.43 + do 7.44 busybox ln -s /bin/busybox "$1$i" 7.45 - done <<EOT 7.46 + done <<EOT 7.47 /bin/ls 7.48 EOT 7.49 }
8.1 --- a/coreutils-disk/receipt Sat Jan 11 17:21:01 2020 +0100 8.2 +++ b/coreutils-disk/receipt Sun Jan 12 09:19:37 2020 +0100 8.3 @@ -1,15 +1,15 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="coreutils-disk" 8.7 -VERSION="8.25" 8.8 +VERSION="8.31" 8.9 CATEGORY="system-tools" 8.10 SHORT_DESC="GNU utilities that work with disks." 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" 8.16 WANTED="coreutils" 8.17 -DEPENDS="glibc-base" 8.18 8.19 # Rules to gen a SliTaz package suitable for Tazpkg. 8.20 genpkg_rules() 8.21 @@ -17,11 +17,12 @@ 8.22 mandir="$fs/usr/share/man/man1" 8.23 mkdir -p $mandir 8.24 8.25 - while read i; do 8.26 + while read i 8.27 + do 8.28 mkdir -p $fs$(dirname $i) 8.29 - cp -a $install$i $fs$i 8.30 + cp -a $install$i $fs$i 8.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 8.32 - done <<EOT 8.33 + done <<EOT 8.34 /bin/df 8.35 /bin/sync 8.36 /usr/bin/du 8.37 @@ -40,9 +41,10 @@ 8.38 post_remove() 8.39 { 8.40 # Restore all Busybox applets that have been replaced 8.41 - while read i; do 8.42 + while read i 8.43 + do 8.44 busybox ln -s /bin/busybox "$1$i" 8.45 - done <<EOT 8.46 + done <<EOT 8.47 /bin/df 8.48 /bin/stat 8.49 /bin/sync
9.1 --- a/coreutils-file-attributes/receipt Sat Jan 11 17:21:01 2020 +0100 9.2 +++ b/coreutils-file-attributes/receipt Sun Jan 12 09:19:37 2020 +0100 9.3 @@ -1,15 +1,15 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="coreutils-file-attributes" 9.7 -VERSION="8.25" 9.8 +VERSION="8.31" 9.9 CATEGORY="system-tools" 9.10 SHORT_DESC="GNU utilities that change file attributes." 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 +DEPENDS="glibc-base" 9.16 WANTED="coreutils" 9.17 -DEPENDS="glibc-base" 9.18 9.19 # Rules to gen a SliTaz package suitable for Tazpkg. 9.20 genpkg_rules() 9.21 @@ -17,11 +17,12 @@ 9.22 mandir="$fs/usr/share/man/man1" 9.23 mkdir -p $mandir 9.24 9.25 - while read i; do 9.26 + while read i 9.27 + do 9.28 mkdir -p $fs$(dirname $i) 9.29 - cp -a $install$i $fs$i 9.30 + cp -a $install$i $fs$i 9.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 9.32 - done <<EOT 9.33 + done <<EOT 9.34 /bin/chgrp 9.35 /bin/chmod 9.36 /bin/chown 9.37 @@ -39,9 +40,10 @@ 9.38 post_remove() 9.39 { 9.40 # Restore all Busybox applets that have been replaced 9.41 - while read i; do 9.42 + while read i 9.43 + do 9.44 busybox ln -s /bin/busybox "$1$i" 9.45 - done <<EOT 9.46 + done <<EOT 9.47 /bin/chgrp 9.48 /bin/chmod 9.49 /bin/chown
10.1 --- a/coreutils-file-format/receipt Sat Jan 11 17:21:01 2020 +0100 10.2 +++ b/coreutils-file-format/receipt Sun Jan 12 09:19:37 2020 +0100 10.3 @@ -1,15 +1,15 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="coreutils-file-format" 10.7 -VERSION="8.25" 10.8 +VERSION="8.31" 10.9 CATEGORY="system-tools" 10.10 SHORT_DESC="GNU utilities that format file contents." 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 +DEPENDS="glibc-base" 10.16 WANTED="coreutils" 10.17 -DEPENDS="glibc-base" 10.18 10.19 # Rules to gen a SliTaz package suitable for Tazpkg. 10.20 genpkg_rules() 10.21 @@ -17,11 +17,12 @@ 10.22 mandir="$fs/usr/share/man/man1" 10.23 mkdir -p $mandir 10.24 10.25 - while read i; do 10.26 + while read i 10.27 + do 10.28 mkdir -p $fs$(dirname $i) 10.29 - cp -a $install$i $fs$i 10.30 + cp -a $install$i $fs$i 10.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 10.32 - done <<EOT 10.33 + done <<EOT 10.34 /usr/bin/fmt 10.35 /usr/bin/fold 10.36 /usr/bin/pr 10.37 @@ -31,9 +32,10 @@ 10.38 post_remove() 10.39 { 10.40 # Restore all Busybox applets that have been replaced 10.41 - while read i; do 10.42 + while read i 10.43 + do 10.44 busybox ln -s /bin/busybox "$1$i" 10.45 - done <<EOT 10.46 + done <<EOT 10.47 /usr/bin/fold 10.48 EOT 10.49 }
11.1 --- a/coreutils-file-output-full/receipt Sat Jan 11 17:21:01 2020 +0100 11.2 +++ b/coreutils-file-output-full/receipt Sun Jan 12 09:19:37 2020 +0100 11.3 @@ -1,15 +1,15 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="coreutils-file-output-full" 11.7 -VERSION="8.25" 11.8 +VERSION="8.31" 11.9 CATEGORY="system-tools" 11.10 SHORT_DESC="GNU utilities that output entire files." 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 +DEPENDS="glibc-base" 11.16 WANTED="coreutils" 11.17 -DEPENDS="glibc-base" 11.18 11.19 # Rules to gen a SliTaz package suitable for Tazpkg. 11.20 genpkg_rules() 11.21 @@ -17,11 +17,12 @@ 11.22 mandir="$fs/usr/share/man/man1" 11.23 mkdir -p $mandir 11.24 11.25 - while read i; do 11.26 + while read i 11.27 + do 11.28 mkdir -p $fs$(dirname $i) 11.29 - cp -a $install$i $fs$i 11.30 + cp -a $install$i $fs$i 11.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 11.32 - done <<EOT 11.33 + done <<EOT 11.34 /bin/cat 11.35 /usr/bin/base32 11.36 /usr/bin/base64 11.37 @@ -41,9 +42,10 @@ 11.38 post_remove() 11.39 { 11.40 # Restore all Busybox applets that have been replaced 11.41 - while read i; do 11.42 + while read i 11.43 + do 11.44 busybox ln -s /bin/busybox "$1$i" 11.45 - done <<EOT 11.46 + done <<EOT 11.47 /bin/base64 11.48 /bin/cat 11.49 /usr/bin/od
12.1 --- a/coreutils-file-output-part/receipt Sat Jan 11 17:21:01 2020 +0100 12.2 +++ b/coreutils-file-output-part/receipt Sun Jan 12 09:19:37 2020 +0100 12.3 @@ -1,15 +1,15 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="coreutils-file-output-part" 12.7 -VERSION="8.25" 12.8 +VERSION="8.31" 12.9 CATEGORY="system-tools" 12.10 SHORT_DESC="GNU utilities that output file parts." 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 +DEPENDS="glibc-base" 12.16 WANTED="coreutils" 12.17 -DEPENDS="glibc-base" 12.18 12.19 # Rules to gen a SliTaz package suitable for Tazpkg. 12.20 genpkg_rules() 12.21 @@ -17,11 +17,12 @@ 12.22 mandir="$fs/usr/share/man/man1" 12.23 mkdir -p $mandir 12.24 12.25 - while read i; do 12.26 + while read i 12.27 + do 12.28 mkdir -p $fs$(dirname $i) 12.29 - cp -a $install$i $fs$i 12.30 + cp -a $install$i $fs$i 12.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 12.32 - done <<EOT 12.33 + done <<EOT 12.34 /usr/bin/csplit 12.35 /usr/bin/head 12.36 /usr/bin/split 12.37 @@ -32,9 +33,10 @@ 12.38 post_remove() 12.39 { 12.40 # Restore all Busybox applets that have been replaced 12.41 - while read i; do 12.42 + while read i 12.43 + do 12.44 busybox ln -s /bin/busybox "$1$i" 12.45 - done <<EOT 12.46 + done <<EOT 12.47 /usr/bin/head 12.48 /usr/bin/split 12.49 /usr/bin/tail
13.1 --- a/coreutils-file-sort/receipt Sat Jan 11 17:21:01 2020 +0100 13.2 +++ b/coreutils-file-sort/receipt Sun Jan 12 09:19:37 2020 +0100 13.3 @@ -1,15 +1,15 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="coreutils-file-sort" 13.7 -VERSION="8.25" 13.8 +VERSION="8.31" 13.9 CATEGORY="system-tools" 13.10 SHORT_DESC="GNU utilities that operate on sorted files." 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 +DEPENDS="glibc-base" 13.16 WANTED="coreutils" 13.17 -DEPENDS="glibc-base" 13.18 13.19 # Rules to gen a SliTaz package suitable for Tazpkg. 13.20 genpkg_rules() 13.21 @@ -17,11 +17,12 @@ 13.22 mandir="$fs/usr/share/man/man1" 13.23 mkdir -p $mandir 13.24 13.25 - while read i; do 13.26 + while read i 13.27 + do 13.28 mkdir -p $fs$(dirname $i) 13.29 - cp -a $install$i $fs$i 13.30 + cp -a $install$i $fs$i 13.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 13.32 - done <<EOT 13.33 + done <<EOT 13.34 /usr/bin/comm 13.35 /usr/bin/ptx 13.36 /usr/bin/shuf 13.37 @@ -34,9 +35,10 @@ 13.38 post_remove() 13.39 { 13.40 # Restore all Busybox applets that have been replaced 13.41 - while read i; do 13.42 + while read i 13.43 + do 13.44 busybox ln -s /bin/busybox "$1$i" 13.45 - done <<EOT 13.46 + done <<EOT 13.47 /usr/bin/comm 13.48 /usr/bin/sort 13.49 /usr/bin/uniq
14.1 --- a/coreutils-file-special/receipt Sat Jan 11 17:21:01 2020 +0100 14.2 +++ b/coreutils-file-special/receipt Sun Jan 12 09:19:37 2020 +0100 14.3 @@ -1,15 +1,15 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="coreutils-file-special" 14.7 -VERSION="8.25" 14.8 +VERSION="8.31" 14.9 CATEGORY="system-tools" 14.10 SHORT_DESC="GNU utilities that work with special file types." 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 +DEPENDS="glibc-base" 14.16 WANTED="coreutils" 14.17 -DEPENDS="glibc-base" 14.18 14.19 # Rules to gen a SliTaz package suitable for Tazpkg. 14.20 genpkg_rules() 14.21 @@ -17,11 +17,12 @@ 14.22 mandir="$fs/usr/share/man/man1" 14.23 mkdir -p $mandir 14.24 14.25 - while read i; do 14.26 + while read i 14.27 + do 14.28 mkdir -p $fs$(dirname $i) 14.29 - cp -a $install$i $fs$i 14.30 + cp -a $install$i $fs$i 14.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 14.32 - done <<EOT 14.33 + done <<EOT 14.34 /bin/ln 14.35 /bin/mkdir 14.36 /bin/mknod 14.37 @@ -45,9 +46,10 @@ 14.38 post_remove() 14.39 { 14.40 # Restore all Busybox applets that have been replaced 14.41 - while read i; do 14.42 + while read i 14.43 + do 14.44 busybox ln -s /bin/busybox "$1$i" 14.45 - done <<EOT 14.46 + done <<EOT 14.47 /bin/ln 14.48 /bin/mkdir 14.49 /bin/mknod
15.1 --- a/coreutils-file-summarize/receipt Sat Jan 11 17:21:01 2020 +0100 15.2 +++ b/coreutils-file-summarize/receipt Sun Jan 12 09:19:37 2020 +0100 15.3 @@ -1,15 +1,15 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="coreutils-file-summarize" 15.7 -VERSION="8.25" 15.8 +VERSION="8.31" 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 +DEPENDS="glibc-base" 15.16 WANTED="coreutils" 15.17 -DEPENDS="glibc-base" 15.18 15.19 # Rules to gen a SliTaz package suitable for Tazpkg. 15.20 genpkg_rules() 15.21 @@ -17,11 +17,12 @@ 15.22 mandir="$fs/usr/share/man/man1" 15.23 mkdir -p $mandir 15.24 15.25 - while read i; do 15.26 + while read i 15.27 + do 15.28 mkdir -p $fs$(dirname $i) 15.29 - cp -a $install$i $fs$i 15.30 + cp -a $install$i $fs$i 15.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 15.32 - done <<EOT 15.33 + done <<EOT 15.34 /usr/bin/cksum 15.35 /usr/bin/md5sum 15.36 /usr/bin/sha1sum 15.37 @@ -37,9 +38,10 @@ 15.38 post_remove() 15.39 { 15.40 # Restore all Busybox applets that have been replaced 15.41 - while read i; do 15.42 + while read i 15.43 + do 15.44 busybox ln -s /bin/busybox "$1$i" 15.45 - done <<EOT 15.46 + done <<EOT 15.47 /usr/bin/cksum 15.48 /usr/bin/md5sum 15.49 /usr/bin/sha1sum
16.1 --- a/coreutils-line/receipt Sat Jan 11 17:21:01 2020 +0100 16.2 +++ b/coreutils-line/receipt Sun Jan 12 09:19:37 2020 +0100 16.3 @@ -1,15 +1,15 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="coreutils-line" 16.7 -VERSION="8.25" 16.8 +VERSION="8.31" 16.9 CATEGORY="system-tools" 16.10 SHORT_DESC="GNU utilities that operate on fields within a line." 16.11 MAINTAINER="rcx@zoominternet.net" 16.12 LICENSE="GPL3" 16.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 16.14 16.15 +DEPENDS="glibc-base" 16.16 WANTED="coreutils" 16.17 -DEPENDS="glibc-base" 16.18 16.19 # Rules to gen a SliTaz package suitable for Tazpkg. 16.20 genpkg_rules() 16.21 @@ -17,11 +17,12 @@ 16.22 mandir="$fs/usr/share/man/man1" 16.23 mkdir -p $mandir 16.24 16.25 - while read i; do 16.26 + while read i 16.27 + do 16.28 mkdir -p $fs$(dirname $i) 16.29 - cp -a $install$i $fs$i 16.30 + cp -a $install$i $fs$i 16.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 16.32 - done <<EOT 16.33 + done <<EOT 16.34 /usr/bin/cut 16.35 /usr/bin/join 16.36 /usr/bin/paste 16.37 @@ -31,9 +32,10 @@ 16.38 post_remove() 16.39 { 16.40 # Restore all Busybox applets that have been replaced 16.41 - while read i; do 16.42 + while read i 16.43 + do 16.44 busybox ln -s /bin/busybox "$1$i" 16.45 - done <<EOT 16.46 + done <<EOT 16.47 /usr/bin/cut 16.48 EOT 16.49 }
17.1 --- a/coreutils-multicall/receipt Sat Jan 11 17:21:01 2020 +0100 17.2 +++ b/coreutils-multicall/receipt Sun Jan 12 09:19:37 2020 +0100 17.3 @@ -1,46 +1,56 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="coreutils-multicall" 17.7 -VERSION="8.25" 17.8 +VERSION="8.31" 17.9 CATEGORY="system-tools" 17.10 SHORT_DESC="Utilities for using and setting the basic system." 17.11 MAINTAINER="al.bobylev@gmail.com" 17.12 LICENSE="GPL3" 17.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 17.14 + 17.15 TARBALL="coreutils-$VERSION.tar.xz" 17.16 -WGET_URL="$GNU_MIRROR/coreutils/$TARBALL" 17.17 +WGET_URL="https://ftp.gnu.org/gnu/coreutils/$TARBALL" 17.18 17.19 SIBLINGS="coreutils" 17.20 -DEPENDS="glibc-base acl attr libcap gmp" 17.21 -BUILD_DEPENDS="automake xz libcap-dev gmp-dev" 17.22 +DEPENDS="acl attr glibc-base gmp libcap" 17.23 +BUILD_DEPENDS="automake gmp-dev libcap-dev xz" 17.24 17.25 # Rules to configure and make the package. 17.26 compile_rules() 17.27 { 17.28 # LFS: Coreutils Internationalization Fixes Patch 17.29 - patch -Np1 -i $WOK/coreutils/stuff/coreutils-8.25-i18n-2.patch 17.30 +# patch -Np1 -i $WOK/coreutils/stuff/coreutils-8.25-i18n-2.patch 17.31 + 17.32 # SliTaz: show extended info touching CPU via uname 17.33 patch -p1 -i $WOK/coreutils/stuff/uname.u 17.34 17.35 autoreconf -fi 17.36 17.37 - FORCE_UNSAFE_CONFIGURE=1 \ 17.38 - ./configure \ 17.39 - --enable-single-binary=symlinks \ 17.40 + # bypass checking whether mknod can create fifo without root privileges 17.41 + export FORCE_UNSAFE_CONFIGURE=1 17.42 + 17.43 + ./configure \ 17.44 + --enable-single-binary=symlinks \ 17.45 $CONFIGURE_ARGS && 17.46 - make && make install 17.47 + make && 17.48 + make install 17.49 17.50 # LFS: Move programs to the locations specified by the FHS 17.51 - mkdir -p $install/bin $install/usr/sbin $install/usr/share/man/man8 17.52 + mkdir -p $install/bin 17.53 + mkdir -p $install/usr/sbin 17.54 + mkdir -p $install/usr/share/man/man8 17.55 + 17.56 for i in cat chgrp chmod chown cp date dd df echo false ln ls mkdir \ 17.57 - mknod mv pwd rm rmdir stty sync true uname; do 17.58 + mknod mv pwd rm rmdir stty sync true uname 17.59 + do 17.60 rm $install/usr/bin/$i 17.61 - ln -s /usr/bin/coreutils $install/bin/$i 17.62 - done 17.63 + ln -s /usr/bin/coreutils $install/bin/$i 17.64 + done 17.65 rm $install/usr/bin/chroot 17.66 - ln -s /usr/bin/coreutils $install/usr/sbin/chroot 17.67 + ln -s /usr/bin/coreutils $install/usr/sbin/chroot 17.68 mv $install/usr/share/man/man1/chroot.1 \ 17.69 - $install/usr/share/man/man8/chroot.8 17.70 + $install/usr/share/man/man8/chroot.8 17.71 + 17.72 sed -i 's|"1"|"8"|' $install/usr/share/man/man8/chroot.8 17.73 17.74 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 17.75 @@ -49,8 +59,9 @@ 17.76 # Rules to gen a SliTaz package suitable for Tazpkg. 17.77 genpkg_rules() 17.78 { 17.79 - cp -a $install/* $fs 17.80 - rm -r $fs/usr/share/info $fs/usr/share/locale 17.81 + cp -a $install/* $fs 17.82 + rm -r $fs/usr/share/info 17.83 + rm -r $fs/usr/share/locale 17.84 } 17.85 17.86 post_install() 17.87 @@ -74,18 +85,20 @@ 17.88 # /bin: 17.89 for i in base64 cat chgrp chmod chown cp date dd df echo false kill ln ls \ 17.90 mkdir mknod mktemp mv nice printenv pwd rm rmdir sleep stat stty sync \ 17.91 - touch true uname; do 17.92 + touch true uname 17.93 + do 17.94 busybox ln -s busybox "$1/bin/$i" 17.95 - done 17.96 + done 17.97 17.98 # /usr/bin: 17.99 for i in '[' basename cksum comm cut dirname du env expand expr fold \ 17.100 groups head hostid id install logname md5sum mkfifo nohup od printf \ 17.101 readlink realpath seq sha1sum sha256sum sha512sum sort split sum tac \ 17.102 tail tee test timeout tr tty unexpand uniq uptime users wc who whoami \ 17.103 - yes; do 17.104 + yes 17.105 + do 17.106 busybox ln -s /bin/busybox "$1/usr/bin/$i" 17.107 - done 17.108 + done 17.109 17.110 # /usr/sbin: 17.111 busybox ln -s /bin/busybox "$1/usr/sbin/chroot"
18.1 --- a/coreutils-numeric/receipt Sat Jan 11 17:21:01 2020 +0100 18.2 +++ b/coreutils-numeric/receipt Sun Jan 12 09:19:37 2020 +0100 18.3 @@ -1,15 +1,15 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="coreutils-numeric" 18.7 -VERSION="8.25" 18.8 +VERSION="8.31" 18.9 CATEGORY="system-tools" 18.10 SHORT_DESC="GNU numeric utilities." 18.11 MAINTAINER="rcx@zoominternet.net" 18.12 LICENSE="GPL3" 18.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 18.14 18.15 +DEPENDS="glibc-base gmp" 18.16 WANTED="coreutils" 18.17 -DEPENDS="glibc-base gmp" 18.18 18.19 # Rules to gen a SliTaz package suitable for Tazpkg. 18.20 genpkg_rules() 18.21 @@ -17,11 +17,12 @@ 18.22 mandir="$fs/usr/share/man/man1" 18.23 mkdir -p $mandir 18.24 18.25 - while read i; do 18.26 + while read i 18.27 + do 18.28 mkdir -p $fs$(dirname $i) 18.29 - cp -a $install$i $fs$i 18.30 + cp -a $install$i $fs$i 18.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 18.32 - done <<EOT 18.33 + done <<EOT 18.34 /usr/bin/factor 18.35 /usr/bin/seq 18.36 EOT 18.37 @@ -30,9 +31,10 @@ 18.38 post_remove() 18.39 { 18.40 # Restore all Busybox applets that have been replaced 18.41 - while read i; do 18.42 + while read i 18.43 + do 18.44 busybox ln -s /bin/busybox "$1$i" 18.45 - done <<EOT 18.46 + done <<EOT 18.47 /usr/bin/seq 18.48 EOT 18.49 }
19.1 --- a/coreutils-operations/receipt Sat Jan 11 17:21:01 2020 +0100 19.2 +++ b/coreutils-operations/receipt Sun Jan 12 09:19:37 2020 +0100 19.3 @@ -1,15 +1,15 @@ 19.4 # SliTaz package receipt. 19.5 19.6 PACKAGE="coreutils-operations" 19.7 -VERSION="8.25" 19.8 +VERSION="8.31" 19.9 CATEGORY="system-tools" 19.10 SHORT_DESC="GNU utilities that perform basic operations." 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 +DEPENDS="acl attr glibc-base" 19.16 WANTED="coreutils" 19.17 -DEPENDS="glibc-base acl attr" 19.18 19.19 # Rules to gen a SliTaz package suitable for Tazpkg. 19.20 genpkg_rules() 19.21 @@ -17,11 +17,12 @@ 19.22 mandir="$fs/usr/share/man/man1" 19.23 mkdir -p $mandir 19.24 19.25 - while read i; do 19.26 + while read i 19.27 + do 19.28 mkdir -p $fs$(dirname $i) 19.29 - cp -a $install$i $fs$i 19.30 + cp -a $install$i $fs$i 19.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 19.32 - done <<EOT 19.33 + done <<EOT 19.34 /bin/cp 19.35 /bin/dd 19.36 /bin/mv 19.37 @@ -33,9 +34,10 @@ 19.38 post_remove() 19.39 { 19.40 # Restore all Busybox applets that have been replaced 19.41 - while read i; do 19.42 + while read i 19.43 + do 19.44 busybox ln -s /bin/busybox "$1$i" 19.45 - done <<EOT 19.46 + done <<EOT 19.47 /bin/cp 19.48 /bin/dd 19.49 /bin/mv
20.1 --- a/coreutils-path/receipt Sat Jan 11 17:21:01 2020 +0100 20.2 +++ b/coreutils-path/receipt Sun Jan 12 09:19:37 2020 +0100 20.3 @@ -1,15 +1,15 @@ 20.4 # SliTaz package receipt. 20.5 20.6 PACKAGE="coreutils-path" 20.7 -VERSION="8.25" 20.8 +VERSION="8.31" 20.9 CATEGORY="system-tools" 20.10 SHORT_DESC="GNU utilities that perform path manipulation." 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 +DEPENDS="glibc-base" 20.16 WANTED="coreutils" 20.17 -DEPENDS="glibc-base" 20.18 20.19 # Rules to gen a SliTaz package suitable for Tazpkg. 20.20 genpkg_rules() 20.21 @@ -17,11 +17,12 @@ 20.22 mandir="$fs/usr/share/man/man1" 20.23 mkdir -p $mandir 20.24 20.25 - while read i; do 20.26 + while read i 20.27 + do 20.28 mkdir -p $fs$(dirname $i) 20.29 - cp -a $install$i $fs$i 20.30 + cp -a $install$i $fs$i 20.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 20.32 - done <<EOT 20.33 + done <<EOT 20.34 /usr/bin/basename 20.35 /usr/bin/dirname 20.36 /usr/bin/pathchk 20.37 @@ -31,9 +32,10 @@ 20.38 post_remove() 20.39 { 20.40 # Restore all Busybox applets that have been replaced 20.41 - while read i; do 20.42 + while read i 20.43 + do 20.44 busybox ln -s /bin/busybox "$1$i" 20.45 - done <<EOT 20.46 + done <<EOT 20.47 /usr/bin/basename 20.48 /usr/bin/dirname 20.49 EOT
21.1 --- a/coreutils-print/receipt Sat Jan 11 17:21:01 2020 +0100 21.2 +++ b/coreutils-print/receipt Sun Jan 12 09:19:37 2020 +0100 21.3 @@ -1,15 +1,15 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="coreutils-print" 21.7 -VERSION="8.25" 21.8 +VERSION="8.31" 21.9 CATEGORY="system-tools" 21.10 SHORT_DESC="GNU utilities that print text." 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 +DEPENDS="glibc-base" 21.16 WANTED="coreutils" 21.17 -DEPENDS="glibc-base" 21.18 21.19 # Rules to gen a SliTaz package suitable for Tazpkg. 21.20 genpkg_rules() 21.21 @@ -17,11 +17,12 @@ 21.22 mandir="$fs/usr/share/man/man1" 21.23 mkdir -p $mandir 21.24 21.25 - while read i; do 21.26 + while read i 21.27 + do 21.28 mkdir -p $fs$(dirname $i) 21.29 - cp -a $install$i $fs$i 21.30 + cp -a $install$i $fs$i 21.31 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 21.32 - done <<EOT 21.33 + done <<EOT 21.34 /bin/echo 21.35 /usr/bin/numfmt 21.36 /usr/bin/printf 21.37 @@ -32,9 +33,10 @@ 21.38 post_remove() 21.39 { 21.40 # Restore all Busybox applets that have been replaced 21.41 - while read i; do 21.42 + while read i 21.43 + do 21.44 busybox ln -s /bin/busybox "$1$i" 21.45 - done <<EOT 21.46 + done <<EOT 21.47 /bin/echo 21.48 /bin/printf 21.49 /bin/yes
22.1 --- a/coreutils-redirection/receipt Sat Jan 11 17:21:01 2020 +0100 22.2 +++ b/coreutils-redirection/receipt Sun Jan 12 09:19:37 2020 +0100 22.3 @@ -1,15 +1,15 @@ 22.4 # SliTaz package receipt. 22.5 22.6 PACKAGE="coreutils-redirection" 22.7 -VERSION="8.25" 22.8 +VERSION="8.31" 22.9 CATEGORY="system-tools" 22.10 -SHORT_DESC="GNU utilities that work with disks." 22.11 +SHORT_DESC="GNU utility for output redirection." 22.12 MAINTAINER="rcx@zoominternet.net" 22.13 LICENSE="GPL3" 22.14 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 22.15 22.16 +DEPENDS="glibc-base" 22.17 WANTED="coreutils" 22.18 -DEPENDS="glibc-base" 22.19 22.20 # Rules to gen a SliTaz package suitable for Tazpkg. 22.21 genpkg_rules() 22.22 @@ -17,11 +17,12 @@ 22.23 mandir="$fs/usr/share/man/man1" 22.24 mkdir -p $mandir 22.25 22.26 - while read i; do 22.27 + while read i 22.28 + do 22.29 mkdir -p $fs$(dirname $i) 22.30 - cp -a $install$i $fs$i 22.31 + cp -a $install$i $fs$i 22.32 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 22.33 - done <<EOT 22.34 + done <<EOT 22.35 /usr/bin/tee 22.36 EOT 22.37 } 22.38 @@ -29,9 +30,10 @@ 22.39 post_remove() 22.40 { 22.41 # Restore all Busybox applets that have been replaced 22.42 - while read i; do 22.43 + while read i 22.44 + do 22.45 busybox ln -s /bin/busybox "$1$i" 22.46 - done <<EOT 22.47 + done <<EOT 22.48 /usr/bin/tee 22.49 EOT 22.50 }
23.1 --- a/coreutils/receipt Sat Jan 11 17:21:01 2020 +0100 23.2 +++ b/coreutils/receipt Sun Jan 12 09:19:37 2020 +0100 23.3 @@ -1,51 +1,60 @@ 23.4 # SliTaz package receipt. 23.5 23.6 PACKAGE="coreutils" 23.7 -VERSION="8.25" 23.8 +VERSION="8.31" 23.9 CATEGORY="system-tools" 23.10 SHORT_DESC="Utilities for using and setting the basic system." 23.11 MAINTAINER="pankso@slitaz.org" 23.12 LICENSE="GPL3" 23.13 WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" 23.14 + 23.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 23.16 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 23.17 +WGET_URL="https://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 23.18 23.19 SIBLINGS="coreutils-multicall" 23.20 -SPLIT="coreutils-character coreutils-command coreutils-conditions coreutils-\ 23.21 -context-system coreutils-context-user coreutils-context-working coreutils-\ 23.22 -directory coreutils-disk coreutils-file-attributes coreutils-file-format \ 23.23 -coreutils-file-output-full coreutils-file-output-part coreutils-file-sort \ 23.24 -coreutils-file-special coreutils-file-summarize coreutils-line coreutils-\ 23.25 -numeric coreutils-operations coreutils-path coreutils-print coreutils-\ 23.26 -redirection" 23.27 -DEPENDS="glibc-base acl attr gmp" 23.28 -BUILD_DEPENDS="automake xz libcap-dev gmp-dev" 23.29 +SPLIT="coreutils-character coreutils-command coreutils-conditions 23.30 + coreutils-context-system coreutils-context-user 23.31 + coreutils-context-working coreutils-directory coreutils-disk 23.32 + coreutils-file-attributes coreutils-file-format 23.33 + coreutils-file-output-full coreutils-file-output-part 23.34 + coreutils-file-sort coreutils-file-special coreutils-file-summarize 23.35 + coreutils-line coreutils-numeric coreutils-operations 23.36 + coreutils-path coreutils-print coreutils-redirection" 23.37 +DEPENDS="acl attr glibc-base gmp" 23.38 +BUILD_DEPENDS="automake gmp-dev libcap-dev xz" 23.39 23.40 # Rules to configure and make the package. 23.41 compile_rules() 23.42 { 23.43 # LFS: Coreutils Internationalization Fixes Patch 23.44 - patch -Np1 -i $stuff/coreutils-8.25-i18n-2.patch 23.45 +# patch -Np1 -i $stuff/coreutils-8.25-i18n-2.patch 23.46 + 23.47 # SliTaz: show extended info touching CPU via uname 23.48 patch -p1 -i $stuff/uname.u 23.49 23.50 autoreconf -fi 23.51 23.52 - FORCE_UNSAFE_CONFIGURE=1 ./configure $CONFIGURE_ARGS && 23.53 - make && make install 23.54 + # bypass checking whether mknod can create fifo without root privileges 23.55 + export FORCE_UNSAFE_CONFIGURE=1 23.56 + 23.57 + ./configure $CONFIGURE_ARGS && 23.58 + make && 23.59 + make install 23.60 23.61 # LFS: Move programs to the locations specified by the FHS 23.62 - mkdir -p \ 23.63 - $install/bin \ 23.64 - $install/usr/sbin \ 23.65 - $install/usr/share/man/man8 23.66 + mkdir -p $install/bin 23.67 + mkdir -p $install/usr/sbin 23.68 + mkdir -p $install/usr/share/man/man8 23.69 + 23.70 for i in cat chgrp chmod chown cp date dd df echo false ln ls mkdir \ 23.71 - mknod mv pwd rm rmdir stty sync true uname; do 23.72 - mv $install/usr/bin/$i $install/bin 23.73 - done 23.74 - mv $install/usr/bin/chroot $install/usr/sbin 23.75 + mknod mv pwd rm rmdir stty sync true uname 23.76 + do 23.77 + mv $install/usr/bin/$i $install/bin 23.78 + done 23.79 + mv $install/usr/bin/chroot $install/usr/sbin 23.80 mv $install/usr/share/man/man1/chroot.1 \ 23.81 - $install/usr/share/man/man8/chroot.8 23.82 + $install/usr/share/man/man8/chroot.8 23.83 + 23.84 sed -i 's|"1"|"8"|' $install/usr/share/man/man8/chroot.8 23.85 23.86 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 23.87 @@ -57,13 +66,17 @@ 23.88 # A set of binaries looks intriguing, isn't it? 23.89 # For what is this package with exactly these binaries? 23.90 23.91 - mkdir -p $fs/usr/bin $fs/bin 23.92 + mkdir -p $fs/usr/bin 23.93 + mkdir -p $fs/bin 23.94 23.95 cd $install/usr/bin 23.96 - cp -a base64 csplit factor fmt join od paste ptx shred shuf split users \ 23.97 - groups $fs/usr/bin 23.98 + for i in base64 csplit factor fmt join od paste ptx shred shuf \ 23.99 + split users groups 23.100 + do 23.101 + cp -a $i $fs/usr/bin 23.102 + done 23.103 23.104 - cp -a $install/bin/cp $fs/bin 23.105 + cp -a $install/bin/cp $fs/bin 23.106 } 23.107 23.108 post_install()