# HG changeset patch # User Christopher Rogers # Date 1318474336 0 # Node ID ff669d22310a461fcefcbcc8c38ff59cd86ca020 # Parent b0a5892d86f33707d1cb136166a9f4ac6cb8e220 Up: tk to 8.5.10. diff -r b0a5892d86f3 -r ff669d22310a tk-dev/receipt --- a/tk-dev/receipt Thu Oct 13 02:50:28 2011 +0000 +++ b/tk-dev/receipt Thu Oct 13 02:52:16 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tk-dev" -VERSION="8.5.9" +VERSION="8.5.10" CATEGORY="development" SHORT_DESC="The TCL gui toolkit dev files" MAINTAINER="erjo@slitaz.org" @@ -14,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/tkConfig.sh $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr/ + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib + cp -a $install/usr/include $fs/usr/ } diff -r b0a5892d86f3 -r ff669d22310a tk/receipt --- a/tk/receipt Thu Oct 13 02:50:28 2011 +0000 +++ b/tk/receipt Thu Oct 13 02:52:16 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tk" -VERSION="8.5.9" +VERSION="8.5.10" CATEGORY="development" SHORT_DESC="The TCL gui toolkit" MAINTAINER="erjo@slitaz.org" @@ -10,7 +10,7 @@ BUILD_DEPENDS="tcl-dev xorg-libX11-dev" TARBALL="${PACKAGE}${VERSION}-src.tar.gz" WEB_SITE="http://tcl.sourceforge.net/" -WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL" +WGET_URL="$SF_MIRROR/tcl/$TARBALL" TAGS="programming language" # Rules to configure and make the package. @@ -28,10 +28,10 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/tk${VERSION%%.[0-9]} $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/tk${VERSION:0:3} $fs/usr/lib cd $fs/usr/bin - ln -s wish${VERSION%%.[0-9]} wish + ln -s wish${VERSION:0:3} wish }