wok diff scite/receipt @ rev 15542
Up: firefox-langpack-it (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:36:34 2013 +0100 (2013-11-24) |
parents | 7b924ab3257e |
children | 3b4e4318134e |
line diff
1.1 --- a/scite/receipt Wed Nov 16 14:02:34 2011 +0000 1.2 +++ b/scite/receipt Sun Nov 24 17:36:34 2013 +0100 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 -}