wok rev 23693

updated tcsh (6.21.00 -> 6.22.02)
author Hans-G?nter Theisgen
date Mon Apr 27 07:08:16 2020 +0100 (2020-04-27)
parents 8af51fadeab7
children f202d3501bcd
files tcsh/receipt
line diff
     1.1 --- a/tcsh/receipt	Mon Apr 27 06:44:33 2020 +0100
     1.2 +++ b/tcsh/receipt	Mon Apr 27 07:08:16 2020 +0100
     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()