wok rev 5352

Up: tcl, tcl-dev (8.5.8) - Added soft link for tclsh8.5 to tclsh. Helps with packages needing to have tclsh not tclsh8.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 12:58:38 2010 +0000 (2010-04-28)
parents 5144a898a64e
children 30f0edfdd2e4
files tcl-dev/receipt tcl/receipt
line diff
     1.1 --- a/tcl-dev/receipt	Wed Apr 28 12:32:25 2010 +0000
     1.2 +++ b/tcl-dev/receipt	Wed Apr 28 12:58:38 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tcl-dev"
     1.7 -VERSION="8.5.5"
     1.8 +VERSION="8.5.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Tool Command Language dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/tcl/receipt	Wed Apr 28 12:32:25 2010 +0000
     2.2 +++ b/tcl/receipt	Wed Apr 28 12:58:38 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tcl"
     2.7 -VERSION="8.5.5"
     2.8 +VERSION="8.5.8"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="The Tool Command Language"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -38,6 +38,7 @@
    2.13  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.14  	cp -a $_pkg/usr/bin $fs/usr
    2.15  	strip -s $fs/usr/bin/*
    2.16 +	ln -sf tclsh8.5 $fs/usr/bin/tclsh
    2.17  }
    2.18  
    2.19  clean_wok(){