wok diff tk/receipt @ rev 23936

syslinux/isohybrid: force GPT detection (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 12:46:01 2020 +0000 (2020-09-09)
parents b8ddcdf440e4
children 5f6c5106b1f5
line diff
     1.1 --- a/tk/receipt	Mon Oct 21 15:46:24 2019 +0100
     1.2 +++ b/tk/receipt	Wed Sep 09 12:46:01 2020 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tk"
     1.7 -VERSION="8.6.9.1"
     1.8 +VERSION="8.6.10"
     1.9  CATEGORY="development"
    1.10  TAGS="programming language"
    1.11  SHORT_DESC="The TCL gui toolkit."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://www.tcl.tk/"
    1.15 +WEB_SITE="https://www.tcl.tk/"
    1.16  
    1.17  TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
    1.18  WGET_URL="$SF_MIRROR/tcl/$TARBALL"
    1.19 @@ -28,12 +28,13 @@
    1.20  			export ac_cv_func_strtod=yes ;;
    1.21  	esac
    1.22  
    1.23 -	cd $src/unix
    1.24 +	cd $src/unix &&
    1.25  	./configure			\
    1.26  		--prefix=/usr		\
    1.27  		--enable-threads	\
    1.28  		--enable-shared		\
    1.29 -		$ARCH_ARGS ${CONFIGURE_ARGS} &&
    1.30 +		$ARCH_ARGS		\
    1.31 +		${CONFIGURE_ARGS} &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35 @@ -43,9 +44,9 @@
    1.36  {
    1.37  	mkdir -p $fs/usr/lib
    1.38  
    1.39 -	cp -a $install/usr/bin		$fs/usr
    1.40 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.41 -	cp -a $install/usr/lib/tk${VERSION:0:3} $fs/usr/lib
    1.42 +	cp -a $install/usr/bin			$fs/usr
    1.43 +	cp -a $install/usr/lib/*.so*		$fs/usr/lib
    1.44 +	cp -a $install/usr/lib/tk${VERSION:0:3}	$fs/usr/lib
    1.45  
    1.46  	cd $fs/usr/bin
    1.47  	ln -s wish${VERSION:0:3} wish