wok-6.x diff nnn/receipt @ rev 22466
updated actionmailer (3.2.6 -> actionmailer)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 16:38:13 2019 +0100 (2019-12-27) |
parents | 0a375ada0633 |
children | fac9a864711f |
line diff
1.1 --- a/nnn/receipt Mon Oct 07 18:30:01 2019 +0200 1.2 +++ b/nnn/receipt Fri Dec 27 16:38:13 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nnn" 1.7 -VERSION="2.7" 1.8 +VERSION="2.8.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The missing terminal file manager for X." 1.11 MAINTAINER="developer@slitaz.org" 1.12 @@ -18,7 +18,7 @@ 1.13 compile_rules() 1.14 { 1.15 # pkg-config does not work properly 1.16 - sed -i '21iLDLIBS_CURSES=-lncursesw' Makefile 1.17 + sed -i 's|\$(LDLIBS_CURSES)|-lncursesw -ltinfo -lrt|' Makefile 1.18 1.19 make CFLAGS_OPTIMIZATION=-O2 PREFIX=/usr && 1.20 make PREFIX=/usr install