wok-6.x diff python-pyrex/receipt @ rev 7987
Fix patchs for make
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 17 23:42:01 2011 +0100 (2011-01-17) |
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 Mon Jan 17 23:42:01 2011 +0100 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 }