# HG changeset patch # User Claudinei Pereira # Date 1249083776 0 # Node ID 83e2c1cabb15e4279668f00e1a001213edd3c818 # Parent 5519da658874137b2360906035f73d9071f8a174 Up: python-bpython (0.9.4) diff -r 5519da658874 -r 83e2c1cabb15 python-bpython/receipt --- a/python-bpython/receipt Fri Jul 31 23:29:39 2009 +0000 +++ b/python-bpython/receipt Fri Jul 31 23:42:56 2009 +0000 @@ -2,7 +2,7 @@ PACKAGE="python-bpython" SOURCE="bpython" -VERSION="0.9.3" +VERSION="0.9.4" CATEGORY="development" SHORT_DESC="A fancy interface to the Python interpreter." MAINTAINER="claudinei@slitaz.org" @@ -22,6 +22,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + for file in `find $_pkg | grep 'pyc$'`; do + rm $file + done rm -rf $_pkg/usr/share/applications mkdir -p $fs/usr $fs/usr/share/applications cp -a $_pkg/usr/bin $fs/usr