wok rev 24148

Up nnn (4.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 24 16:03:33 2021 +0000 (2021-11-24)
parents 9c0fdd18095c
children 95e974a939f1
files nnn/receipt sysklogd/receipt
line diff
     1.1 --- a/nnn/receipt	Mon Nov 22 10:22:30 2021 +0000
     1.2 +++ b/nnn/receipt	Wed Nov 24 16:03:33 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nnn"
     1.7 -VERSION="3.4"
     1.8 +VERSION="4.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The missing terminal file manager for X."
    1.11  MAINTAINER="developer@slitaz.org"
    1.12 @@ -14,6 +14,12 @@
    1.13  DEPENDS="libtinfo ncursesw readline"
    1.14  BUILD_DEPENDS="libtinfo ncursesw-dev readline-dev"
    1.15  
    1.16 +current_version()
    1.17 +{
    1.18 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.19 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.20 +}
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
     2.1 --- a/sysklogd/receipt	Mon Nov 22 10:22:30 2021 +0000
     2.2 +++ b/sysklogd/receipt	Wed Nov 24 16:03:33 2021 +0000
     2.3 @@ -21,6 +21,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	mkdir m4
     2.8  	./autogen.sh
     2.9  	./configure --prefix=/usr --sysconfdir=/etc \
    2.10  		$CONFIGURE_ARGS &&