wok diff tcl/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
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 Nov 16 17:16:48 2021 +0000
     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  }