wok-current diff le/receipt @ rev 25466
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 01 09:32:27 2022 +0000 (2022-10-01) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/le/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/le/receipt Sat Oct 01 09:32:27 2022 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="le" 1.7 -VERSION="1.16.7" 1.8 +VERSION="1.16.8" 1.9 CATEGORY="utilities" 1.10 TAGS="text-editor" 1.11 SHORT_DESC="Small editor using ncurses." 1.12 MAINTAINER="mimas@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="https://github.com/lavv17/le" 1.15 +WEB_SITE="http://lav.yar.ru/programs.html" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" 1.19 +WGET_URL="http://lav.yar.ru/download/$PACKAGE/$TARBALL" 1.20 1.21 DEPENDS="gcc83-lib-base ncurses" 1.22 BUILD_DEPENDS="gcc83 ncurses-dev" 1.23 @@ -36,8 +36,8 @@ 1.24 --infodir=/usr/share/info \ 1.25 --mandir=/usr/share/man \ 1.26 $CONFIGURE_ARGS && 1.27 - make -j 1 && 1.28 - make DESTDIR=$DESTDIR install 1.29 + make && 1.30 + make install DESTDIR=$DESTDIR 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.