wok-current diff python-pyrex/receipt @ rev 8143
aufs: aufs_type.h file will be install in aufs instead of linux-module-headers. It needed to be in /usr/include/linux folder anyways.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jan 25 00:03:50 2011 +0000 (2011-01-25) |
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 Jan 25 00:03:50 2011 +0000 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 }