# HG changeset patch # User Christopher Rogers # Date 1338978206 0 # Node ID 73d3e81a71674f59dbd7553b06909a6623e13206 # Parent 7684d44cb333b815d983b79814368c920b78d0d8 Up: scite to 3.2.0. diff -r 7684d44cb333 -r 73d3e81a7167 scite/receipt --- a/scite/receipt Wed Jun 06 10:21:24 2012 +0000 +++ b/scite/receipt Wed Jun 06 10:23:26 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="scite" -VERSION="3.0.1" +VERSION="3.2.0" CATEGORY="utilities" SHORT_DESC="Editor with syntax highlighting and source code editing features." MAINTAINER="rcx@zoominternet.net" @@ -34,13 +34,8 @@ genpkg_rules() { mkdir -p $fs/usr/share/applications $fs/usr/share/pixmaps - cp -a $_pkg/usr $fs + cp -a $install/usr $fs # Save space ~100kb rm $fs/usr/share/scite/*.html rm $fs/usr/share/scite/*.png } - -clean_wok() -{ - rm -rf scite scintilla -}