wok diff tcl/receipt @ rev 23699
updated tig (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 07:55:25 2020 +0100 (2020-04-28) |
parents | 615e149ced57 |
children | 5f6c5106b1f5 |
line diff
1.1 --- a/tcl/receipt Sat Oct 19 15:38:02 2019 +0100 1.2 +++ b/tcl/receipt Tue Apr 28 07:55:25 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcl" 1.7 -VERSION="8.6.9" 1.8 +VERSION="8.6.10" 1.9 CATEGORY="development" 1.10 TAGS="language programming" 1.11 SHORT_DESC="The Tool Command Language." 1.12 @@ -27,9 +27,9 @@ 1.13 cd $src/unix 1.14 ./configure \ 1.15 --enable-shared \ 1.16 - --disable-symbols \ 1.17 - --mandir=/usr/share/man \ 1.18 - $CONFIGURE_ARGS && 1.19 + --disable-symbols \ 1.20 + --mandir=/usr/share/man \ 1.21 + $CONFIGURE_ARGS && 1.22 make && 1.23 make install install-private-headers 1.24 }