wok diff python-pygments/receipt @ rev 5599

Improve compcache receipt and config files
author Rohit Joshi <jozee@slitaz.org>
date Tue May 18 08:23:07 2010 -0400 (2010-05-18)
parents ad73f7efcc3d
children ab9c59834e71
line diff
     1.1 --- a/python-pygments/receipt	Fri Jun 12 11:12:54 2009 +0000
     1.2 +++ b/python-pygments/receipt	Tue May 18 08:23:07 2010 -0400
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="python-pygments"
     1.6  SOURCE="Pygments"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Generic syntax highlighter."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -22,6 +22,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 +	find $_pkg -name "*.pyc" -exec rm '{}' \;
    1.17  	mkdir -p $fs/usr
    1.18  	cp -a $_pkg/usr $fs
    1.19  }
    1.20 @@ -30,4 +31,4 @@
    1.21  post_install()
    1.22  {
    1.23  	rm -rf $1/var/lib/tazpkg/installed/pygments
    1.24 -}
    1.25 \ No newline at end of file
    1.26 +}