wok-stable diff tcl-dev/receipt @ rev 8896

ptlib needs flex to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 27 05:36:48 2011 +0100 (2011-02-27)
parents b81a1aeb22bd
children 129bb5b11a7e
line diff
     1.1 --- a/tcl-dev/receipt	Sun Sep 26 18:47:05 2010 +0000
     1.2 +++ b/tcl-dev/receipt	Sun Feb 27 05:36:48 2011 +0100
     1.3 @@ -10,18 +10,12 @@
     1.4  TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
     1.5  WEB_SITE="http://tcl.sourceforge.net/"
     1.6  
     1.7 -
     1.8  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.9  genpkg_rules()
    1.10  {
    1.11 -	
    1.12 -	src=$WOK/$WANTED/${WANTED}${VERSION}
    1.13 -	_pkg=$src/unix/_pkg
    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/tclConfig.sh $fs/usr/lib
    1.18  	cp -a $_pkg/usr/include $fs/usr
    1.19 -	cp -a $src/generic/tcl*.h $fs/usr/include
    1.20  }
    1.21