wok rev 13004

Up: scite to 3.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 06 10:23:26 2012 +0000 (2012-06-06)
parents 7684d44cb333
children 2709c1179e44
files scite/receipt
line diff
     1.1 --- a/scite/receipt	Wed Jun 06 10:21:24 2012 +0000
     1.2 +++ b/scite/receipt	Wed Jun 06 10:23:26 2012 +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 -}