wok diff tk-dev/receipt @ rev 8892

Up: libgdiplus to 2.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 27 11:33:09 2011 +0000 (2011-02-27)
parents 55b0063eaf9f
children 129bb5b11a7e
line diff
     1.1 --- a/tk-dev/receipt	Sun Oct 10 01:14:04 2010 +0000
     1.2 +++ b/tk-dev/receipt	Sun Feb 27 11:33:09 2011 +0000
     1.3 @@ -11,19 +11,11 @@
     1.4  WEB_SITE="http://tcl.sourceforge.net/"
     1.5  WANTED="tk"
     1.6  
     1.7 -
     1.8 -
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12 -	_pkg=$WOK/$WANTED/${SOURCE}${VERSION}/unix/_pkg
    1.13 -	
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16  	cp -a $_pkg/usr/lib/tkConfig.sh $fs/usr/lib
    1.17  	cp -a $_pkg/usr/include $fs/usr/
    1.18  }
    1.19 -
    1.20 -clean_wok(){
    1.21 -	test -d tk* && rm -rf tk*
    1.22 -}