# HG changeset patch # User Claudinei Pereira # Date 1262083863 0 # Node ID b58b3cd9098bdbb54da3a02e49e22ab657c8cc2a # Parent 6f96ee5df5c3ad1071fbf1b138dd835f22c05f01 Up: python-pygments (1.1.1) diff -r 6f96ee5df5c3 -r b58b3cd9098b python-pygments/receipt --- a/python-pygments/receipt Tue Dec 29 10:26:06 2009 +0000 +++ b/python-pygments/receipt Tue Dec 29 10:51:03 2009 +0000 @@ -2,7 +2,7 @@ PACKAGE="python-pygments" SOURCE="Pygments" -VERSION="1.0" +VERSION="1.1.1" CATEGORY="development" SHORT_DESC="Generic syntax highlighter." MAINTAINER="claudinei@slitaz.org" @@ -22,6 +22,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + find $_pkg -name "*.pyc" -exec rm '{}' \; mkdir -p $fs/usr cp -a $_pkg/usr $fs } @@ -30,4 +31,4 @@ post_install() { rm -rf $1/var/lib/tazpkg/installed/pygments -} \ No newline at end of file +}