wok rev 10998

Up: tk to 8.5.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 02:52:16 2011 +0000 (2011-10-13)
parents b0a5892d86f3
children e009d5cd8d77
files tk-dev/receipt tk/receipt
line diff
     1.1 --- a/tk-dev/receipt	Thu Oct 13 02:50:28 2011 +0000
     1.2 +++ b/tk-dev/receipt	Thu Oct 13 02:52:16 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tk-dev"
     1.7 -VERSION="8.5.9"
     1.8 +VERSION="8.5.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The TCL gui toolkit dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -14,7 +14,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/tkConfig.sh $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr/
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr/
    1.22  }
     2.1 --- a/tk/receipt	Thu Oct 13 02:50:28 2011 +0000
     2.2 +++ b/tk/receipt	Thu Oct 13 02:52:16 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tk"
     2.7 -VERSION="8.5.9"
     2.8 +VERSION="8.5.10"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="The TCL gui toolkit"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -10,7 +10,7 @@
    2.13  BUILD_DEPENDS="tcl-dev xorg-libX11-dev"
    2.14  TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
    2.15  WEB_SITE="http://tcl.sourceforge.net/"
    2.16 -WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL"
    2.17 +WGET_URL="$SF_MIRROR/tcl/$TARBALL"
    2.18  TAGS="programming language"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21 @@ -28,10 +28,10 @@
    2.22  genpkg_rules()
    2.23  {
    2.24  	mkdir -p $fs/usr/lib
    2.25 -	cp -a $_pkg/usr/bin $fs/usr
    2.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.27 -	cp -a $_pkg/usr/lib/tk${VERSION%%.[0-9]} $fs/usr/lib
    2.28 +	cp -a $install/usr/bin $fs/usr
    2.29 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.30 +	cp -a $install/usr/lib/tk${VERSION:0:3} $fs/usr/lib
    2.31  	
    2.32  	cd $fs/usr/bin
    2.33 -	ln -s wish${VERSION%%.[0-9]} wish
    2.34 +	ln -s wish${VERSION:0:3} wish
    2.35  }