wok rev 9004

Fixed python-kiwi.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 11:52:25 2011 +0000 (2011-03-03)
parents 3e29056724a1
children 6544a3b30593
files python-kiwi/receipt
line diff
     1.1 --- a/python-kiwi/receipt	Thu Mar 03 11:28:21 2011 +0000
     1.2 +++ b/python-kiwi/receipt	Thu Mar 03 11:52:25 2011 +0000
     1.3 @@ -7,7 +7,6 @@
     1.4  SHORT_DESC="A framework for python applications with graphical user interfaces."
     1.5  MAINTAINER="claudinei@slitaz.org"
     1.6  DEPENDS="python gtk+ pygtk"
     1.7 -BUILD_DEPENDS="python python-dev pygtk"
     1.8  SUGGESTED="gazpacho zopeinterface libglade"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.async.com.br/projects/kiwi"
    1.11 @@ -23,10 +22,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	LOCALEDIR="$WOK/$PACKAGE/$SOURCE-$VERSION/locale"
    1.16 -	for file in `find $_pkg | grep 'pyc$'`; do
    1.17 -		rm $file
    1.18 -	done
    1.19 +	LOCALEDIR="$src/locale"
    1.20  	mkdir -p $fs/usr/share/locale/pt
    1.21  	cp -a $_pkg/usr/bin $fs/usr
    1.22  	cp -a $_pkg/usr/lib $fs/usr