wok diff python-pyrex/receipt @ rev 7733

fcitx:change skin to classic
author fireflyoo <lufeng369@gmail.com>
date Tue Dec 21 02:05:23 2010 +0800 (2010-12-21)
parents 67b596b71bfd
children c57c251fb82b
line diff
     1.1 --- a/python-pyrex/receipt	Thu Aug 27 13:31:03 2009 +0200
     1.2 +++ b/python-pyrex/receipt	Tue Dec 21 02:05:23 2010 +0800
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pyrex"
     1.7 -VERSION="0.9.8.5"
     1.8 +VERSION="0.9.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Language for Writing Python Extension Modules."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -24,4 +24,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $_pkg/usr $fs
    1.16 +	find $fs -name "*.pyc" -delete
    1.17  }