wok-6.x diff scite/receipt @ rev 13075
Up: activerecord to 3.2.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jun 25 08:37:06 2012 +0000 (2012-06-25) |
parents | 7b924ab3257e |
children | 3b4e4318134e |
line diff
1.1 --- a/scite/receipt Wed Nov 16 14:02:34 2011 +0000 1.2 +++ b/scite/receipt Mon Jun 25 08:37:06 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 -}