wok diff python-bpython/receipt @ rev 4514

Up:gutenprint; Add gutenprint-dev
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:07:22 2009 +0000 (2009-11-26)
parents 455a65a0bf12
children 70042dee411c
line diff
     1.1 --- a/python-bpython/receipt	Sat Jun 13 01:40:22 2009 +0000
     1.2 +++ b/python-bpython/receipt	Thu Nov 26 12:07:22 2009 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="python-bpython"
     1.6  SOURCE="bpython"
     1.7 -VERSION="0.9.3"
     1.8 +VERSION="0.9.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A fancy interface to the Python interpreter."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -22,6 +22,9 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 +	for file in `find $_pkg | grep 'pyc$'`; do
    1.17 +		rm $file
    1.18 +	done
    1.19  	rm -rf $_pkg/usr/share/applications
    1.20  	mkdir -p $fs/usr $fs/usr/share/applications
    1.21  	cp -a $_pkg/usr/bin $fs/usr