wok-current diff tcsh/receipt @ rev 23855
Up dropbear (2020.79), nagios (4.4.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 16 20:15:47 2020 +0000 (2020-06-16) |
parents | ce493bead59a |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/tcsh/receipt Sat Oct 19 16:44:19 2019 +0100 1.2 +++ b/tcsh/receipt Tue Jun 16 20:15:47 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcsh" 1.7 -VERSION="6.21.00" 1.8 +VERSION="6.22.02" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell." 1.11 MAINTAINER="samuel_trassare@yahoo.com" 1.12 @@ -10,11 +10,11 @@ 1.13 1.14 TARBALL="TCSH${VERSION//./_}.tar.gz" 1.15 WGET_URL="https://github.com/tcsh-org/$PACKAGE/archive/$TARBALL" 1.16 -#The following build dep will be necessary when glibc ups to 2.14. 1.17 -#BUILD_DEPENDS="libtirpc" 1.18 1.19 DEPENDS="ncurses" 1.20 BUILD_DEPENDS="ncurses-dev" 1.21 +#The following build dep will be necessary when glibc ups to 2.14. 1.22 +#BUILD_DEPENDS="libtirpc" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()