wok diff libtinfo/receipt @ rev 23797
linld: fix argstr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 23 18:02:24 2020 +0000 (2020-05-23) |
parents | 572c174a456f |
children | 24801b09d2f7 |
line diff
1.1 --- a/libtinfo/receipt Sat May 04 14:22:15 2019 +0200 1.2 +++ b/libtinfo/receipt Sat May 23 18:02:24 2020 +0000 1.3 @@ -1,18 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtinfo" 1.7 -VERSION="6.1" 1.8 +VERSION="6.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Low-level terminfo library." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://invisible-island.net/ncurses/" 1.14 + 1.15 WANTED="ncurses" 1.16 -WEB_SITE="https://invisible-island.net/ncurses/" 1.17 + 1.18 HOST_ARCH="i486 arm" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/lib 1.24 - cp -a $install/lib/libtinfo*.so* $fs/lib 1.25 + cp -a $install/lib/libtinfo*.so* $fs/lib 1.26 }