wok-current diff coreutils-context-user/receipt @ rev 25701
Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Apr 19 12:48:51 2024 +0000 (6 months ago) |
parents | 9b6a3a5c1a07 |
children |
line diff
1.1 --- a/coreutils-context-user/receipt Sun Jan 12 09:19:37 2020 +0100 1.2 +++ b/coreutils-context-user/receipt Fri Apr 19 12:48:51 2024 +0000 1.3 @@ -1,27 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="coreutils-context-user" 1.7 -VERSION="8.31" 1.8 +VERSION="9.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU utilities related to the user context." 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 +SUGGESTED="coreutils-lang" 1.16 DEPENDS="glibc-base" 1.17 WANTED="coreutils" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mandir="$fs/usr/share/man/man1" 1.23 - mkdir -p $mandir 1.24 + # according to https://doc.slitaz.org/en:cookbook:wok 1.25 + # Generally, the base packages contain no man, info or doc files 1.26 +# mandir="$fs/usr/share/man/man1" 1.27 +# mkdir -p $mandir 1.28 1.29 while read i 1.30 do 1.31 mkdir -p $fs$(dirname $i) 1.32 cp -a $install$i $fs$i 1.33 - find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 1.34 +# find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 1.35 done <<EOT 1.36 /usr/bin/groups 1.37 /usr/bin/id 1.38 @@ -38,7 +41,7 @@ 1.39 # Restore all Busybox applets that have been replaced 1.40 while read i 1.41 do 1.42 - busybox ln -s /bin/busybox "$1$i" 1.43 + busybox ln -s /bin/busybox "$1$i" 1.44 done <<EOT 1.45 /usr/bin/groups 1.46 /usr/bin/id