wok-current diff ncurses/receipt @ rev 23490
updated python-geojson (1.0 -> 2.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 17:38:13 2020 +0100 (2020-04-05) |
parents | f7951fed4db2 |
children | ee53899c6189 |
line diff
1.1 --- a/ncurses/receipt Mon Nov 25 14:37:54 2019 +0100 1.2 +++ b/ncurses/receipt Sun Apr 05 17:38:13 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ncurses" 1.7 -VERSION="6.1" 1.8 +VERSION="6.2" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Library of functions to manage display on terminals." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,6 +18,8 @@ 1.13 1.14 HOST_ARCH="i486 arm" 1.15 1.16 +# @maintainer: Please update also: libform libmenu libpanel libtic libtinfo 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -50,8 +52,8 @@ 1.22 --with-ticlib \ 1.23 --enable-pc-files \ 1.24 $CONFIGURE_ARGS && 1.25 - # 6.1 1.26 - sed -i '185s|TICDIR "!= |TICDIR " != |' \ 1.27 + # 6.2 1.28 + sed -i '186s|TICDIR "!= |TICDIR " != |' \ 1.29 misc/run_tic.sh && 1.30 make && 1.31 make install 1.32 @@ -61,5 +63,5 @@ 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/lib 1.36 - cp -a $install/lib/libncurses.so* $fs/lib 1.37 + cp -a $install/lib/libncurses.so* $fs/lib 1.38 }