wok-4.x diff tk-dev/receipt @ rev 8914
gtk+: add wget in BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 28 17:00:32 2011 +0100 (2011-02-28) |
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 Mon Feb 28 17:00:32 2011 +0100 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 -}