wok-4.x rev 3788
Up: python-bpython (0.9.4)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jul 31 23:42:56 2009 +0000 (2009-07-31) |
parents | 5519da658874 |
children | f0de2371d9b0 |
files | python-bpython/receipt |
line diff
1.1 --- a/python-bpython/receipt Fri Jul 31 23:29:39 2009 +0000 1.2 +++ b/python-bpython/receipt Fri Jul 31 23:42:56 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