mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/le: Updated for version 1.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce02dce676
commit
7db5892290
4 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
le (text editor)
|
||||
|
||||
le has many block operations with stream and rectangular blocks, can
|
||||
edit both unix and dos style files (LF/CRLF), binary clean, has hex
|
||||
edit both unix and dos style files (LF/CRLF), is binary clean, has hex
|
||||
mode, can edit text with multi-byte character encoding, has full
|
||||
undo/redo, can edit files and mmap-able devices in mmap shared mode
|
||||
(only replace), has tunable syntax highlighting, tunable color scheme
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=le
|
||||
VERSION=${VERSION:-1.15.0}
|
||||
VERSION=${VERSION:-1.15.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,7 +59,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="le"
|
||||
VERSION="1.15.0"
|
||||
VERSION="1.15.1"
|
||||
HOMEPAGE="http://lav.yar.ru/programs.html"
|
||||
DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.0.tar.xz"
|
||||
MD5SUM="f5fe85103a6190bcdc51d2fbb4407388"
|
||||
DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.1.tar.gz"
|
||||
MD5SUM="50e5f2ab207d5ca09470ce0dc16a8c6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
le: le (text editor)
|
||||
le:
|
||||
le: le has many block operations with stream and rectangular blocks, can
|
||||
le: edit both unix and dos style files (LF/CRLF), binary clean, has hex
|
||||
le: edit both unix and dos style files (LF/CRLF), is binary clean, has hex
|
||||
le: mode, can edit text with multi-byte character encoding, has full
|
||||
le: undo/redo, can edit files and mmap-able devices in mmap shared mode
|
||||
le: (only replace), has tunable syntax highlighting, tunable color scheme
|
||||
le: (can use default colors), tunable key map. It is slightly similar to
|
||||
le: Norton Editor, but has more features.
|
||||
le:
|
||||
le:
|
||||
le: Homepage: http://lav.yar.ru/programs.html
|
||||
|
|
Loading…
Reference in a new issue