
Receipt for package "coreutils-operations"
# SliTaz package receipt. PACKAGE="coreutils-operations" VERSION="9.0" CATEGORY="system-tools" SHORT_DESC="GNU utilities that perform basic operations." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" SUGGESTED="coreutils-lang" DEPENDS="acl attr glibc-base" WANTED="coreutils" HOST_ARCH="i486 x86_64" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { # according to https://doc.slitaz.org/en:cookbook:wok # Generally, the base packages contain no man, info or doc files # mandir="$fs/usr/share/man/man1" # mkdir -p $mandir while read i do mkdir -p $fs$(dirname $i) cp -a $install$i $fs$i # find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; done <<EOT /bin/cp /bin/dd /bin/mv /usr/bin/install /usr/bin/shred EOT } post_remove() { # Restore all Busybox applets that have been replaced while read i do busybox ln -s /bin/busybox "$1$i" done <<EOT /bin/cp /bin/dd /bin/mv /usr/bin/install EOT }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)