wok diff scite/receipt @ rev 15135

python-werkzeug: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 10:36:33 2013 +0000 (2013-08-15)
parents 7b924ab3257e
children 3b4e4318134e
line diff
     1.1 --- a/scite/receipt	Wed Nov 16 14:02:34 2011 +0000
     1.2 +++ b/scite/receipt	Thu Aug 15 10:36:33 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scite"
     1.7 -VERSION="3.0.1"
     1.8 +VERSION="3.2.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Editor with syntax highlighting and source code editing features."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -34,13 +34,8 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share/applications $fs/usr/share/pixmaps
    1.16 -	cp -a $_pkg/usr $fs
    1.17 +	cp -a $install/usr $fs
    1.18  	# Save space ~100kb
    1.19  	rm $fs/usr/share/scite/*.html
    1.20  	rm $fs/usr/share/scite/*.png
    1.21  }
    1.22 -
    1.23 -clean_wok()
    1.24 -{
    1.25 -	rm -rf scite scintilla
    1.26 -}