wok diff tcsh/receipt @ rev 25576
Up nimrod (1.6.12)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 13 17:57:27 2023 +0000 (19 months ago) |
parents | 13ff266c0962 |
children |
line diff
1.1 --- a/tcsh/receipt Sat Jan 15 16:54:59 2022 +0100 1.2 +++ b/tcsh/receipt Sat May 13 17:57:27 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcsh" 1.7 -VERSION="6.23.02" 1.8 +VERSION="6.24.01" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell." 1.11 MAINTAINER="samuel_trassare@yahoo.com" 1.12 @@ -11,6 +11,7 @@ 1.13 TARBALL="TCSH${VERSION//./_}.tar.gz" 1.14 WGET_URL="https://github.com/tcsh-org/$PACKAGE/archive/$TARBALL" 1.15 1.16 +SUGGESTED="tcsh-lang" 1.17 DEPENDS="ncurses" 1.18 BUILD_DEPENDS="ncurses-dev" 1.19 #The following build dep will be necessary when glibc ups to 2.14. 1.20 @@ -39,9 +40,8 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/bin 1.25 - mkdir -p $fs/usr/share 1.26 + # 6.24.01 1.27 + # /usr/share/locale split off to tcsh-lang 1.28 1.29 - cp -a $install/usr/bin/tcsh $fs/usr/bin 1.30 - cp -ar $install/usr/share/locale $fs/usr/share 1.31 + cook_copy_folders bin 1.32 }