wok rev 25349
updated tcsh (6.23.02 -> 6.24.01)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 25 14:12:37 2022 +0100 (2022-07-25) |
parents | eb11103ba26e |
children | 61cc62188020 |
files | tcsh-lang/receipt tcsh/description.txt tcsh/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tcsh-lang/receipt Mon Jul 25 14:12:37 2022 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tcsh-lang" 1.7 +VERSION="6.24.01" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="https://www.tcsh.org/" 1.13 + 1.14 +WANTED="tcsh" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + cook_copy_folders locale 1.20 +}
2.1 --- a/tcsh/description.txt Mon Jul 25 13:13:47 2022 +0100 2.2 +++ b/tcsh/description.txt Mon Jul 25 14:12:37 2022 +0100 2.3 @@ -1,5 +1,7 @@ 2.4 -Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C 2.5 -shell (csh). It is a command language interpreter usable both as an interactive 2.6 -login shell and a shell script command processor. It includes a command-line 2.7 -editor, programmable word completion, spelling correction, a history mechanism, 2.8 -job control and a C-like syntax. 2.9 +Tcsh is an enhanced, but completely compatible version of 2.10 +the Berkeley UNIX C shell (csh). 2.11 +It is a command language interpreter usable both as an 2.12 +interactive login shell and a shell script command processor. 2.13 +It includes a command-line editor, programmable word 2.14 +completion, spelling correction, a history mechanism, job 2.15 +control and a C-like syntax.
3.1 --- a/tcsh/receipt Mon Jul 25 13:13:47 2022 +0100 3.2 +++ b/tcsh/receipt Mon Jul 25 14:12:37 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="tcsh" 3.7 -VERSION="6.23.02" 3.8 +VERSION="6.24.01" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell." 3.11 MAINTAINER="samuel_trassare@yahoo.com" 3.12 @@ -11,6 +11,7 @@ 3.13 TARBALL="TCSH${VERSION//./_}.tar.gz" 3.14 WGET_URL="https://github.com/tcsh-org/$PACKAGE/archive/$TARBALL" 3.15 3.16 +SUGGESTED="tcsh-lang" 3.17 DEPENDS="ncurses" 3.18 BUILD_DEPENDS="ncurses-dev" 3.19 #The following build dep will be necessary when glibc ups to 2.14. 3.20 @@ -39,9 +40,8 @@ 3.21 # Rules to gen a SliTaz package suitable for Tazpkg. 3.22 genpkg_rules() 3.23 { 3.24 - mkdir -p $fs/usr/bin 3.25 - mkdir -p $fs/usr/share 3.26 + # 6.24.01 3.27 + # /usr/share/locale split off to tcsh-lang 3.28 3.29 - cp -a $install/usr/bin/tcsh $fs/usr/bin 3.30 - cp -ar $install/usr/share/locale $fs/usr/share 3.31 + cook_copy_folders bin 3.32 }