wok rev 24709

updated le (1.16.7 -> 1.16.8)
author Hans-G?nter Theisgen
date Mon Mar 14 16:58:50 2022 +0100 (2022-03-14)
parents f97d5405a108
children 59786a4f765e
files le/description.txt le/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/le/description.txt	Mon Mar 14 16:58:50 2022 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +LE is a text editor utilizing curses library for screen output.
     1.5 +
     1.6 +Here are its features:
     1.7 +* various operations with stream and rectangular blocks,
     1.8 +* search and replace with full regular expressions,
     1.9 +* text formatting,
    1.10 +* undelete and uninsert,
    1.11 +* hex editing,
    1.12 +* tunable key sequences,
    1.13 +* tunable colors,
    1.14 +* tunable syntax highlighting,
    1.15 +* mouse support via ncurses.
    1.16 +
    1.17 +Can use mmap to edit very large files or even devices.
     2.1 --- a/le/receipt	Mon Mar 14 16:37:52 2022 +0100
     2.2 +++ b/le/receipt	Mon Mar 14 16:58:50 2022 +0100
     2.3 @@ -1,16 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="le"
     2.7 -VERSION="1.16.7"
     2.8 +VERSION="1.16.8"
     2.9  CATEGORY="utilities"
    2.10  TAGS="text-editor"
    2.11  SHORT_DESC="Small editor using ncurses."
    2.12  MAINTAINER="mimas@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14 -WEB_SITE="https://github.com/lavv17/le"
    2.15 +WEB_SITE="http://lav.yar.ru/programs.html"
    2.16  
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 -WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
    2.19 +WGET_URL="http://lav.yar.ru/download/$PACKAGE/$TARBALL"
    2.20  
    2.21  DEPENDS="gcc83-lib-base ncurses"
    2.22  BUILD_DEPENDS="gcc83 ncurses-dev"
    2.23 @@ -36,8 +36,8 @@
    2.24  		--infodir=/usr/share/info	\
    2.25  		--mandir=/usr/share/man		\
    2.26  		$CONFIGURE_ARGS &&
    2.27 -	make -j 1 &&
    2.28 -	make DESTDIR=$DESTDIR install
    2.29 +	make &&
    2.30 +	make install DESTDIR=$DESTDIR
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.