# HG changeset patch # User Hans-G?nter Theisgen # Date 1647273530 -3600 # Node ID e833ef850aafbb01b736f0cf6c193e211f73fe8b # Parent f97d5405a108c766463fce34049cf583768da275 updated le (1.16.7 -> 1.16.8) diff -r f97d5405a108 -r e833ef850aaf le/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/le/description.txt Mon Mar 14 16:58:50 2022 +0100 @@ -0,0 +1,14 @@ +LE is a text editor utilizing curses library for screen output. + +Here are its features: +* various operations with stream and rectangular blocks, +* search and replace with full regular expressions, +* text formatting, +* undelete and uninsert, +* hex editing, +* tunable key sequences, +* tunable colors, +* tunable syntax highlighting, +* mouse support via ncurses. + +Can use mmap to edit very large files or even devices. diff -r f97d5405a108 -r e833ef850aaf le/receipt --- a/le/receipt Mon Mar 14 16:37:52 2022 +0100 +++ b/le/receipt Mon Mar 14 16:58:50 2022 +0100 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="le" -VERSION="1.16.7" +VERSION="1.16.8" CATEGORY="utilities" TAGS="text-editor" SHORT_DESC="Small editor using ncurses." MAINTAINER="mimas@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://github.com/lavv17/le" +WEB_SITE="http://lav.yar.ru/programs.html" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" +WGET_URL="http://lav.yar.ru/download/$PACKAGE/$TARBALL" DEPENDS="gcc83-lib-base ncurses" BUILD_DEPENDS="gcc83 ncurses-dev" @@ -36,8 +36,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.