wok-6.x diff python-pygments/receipt @ rev 6515
Up: parcellite to 0.9.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 02 05:16:38 2010 +0000 (2010-10-02) |
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 Sat Oct 02 05:16:38 2010 +0000 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 +}