wok diff ncursesw-dev/receipt @ rev 22311
xterm: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 10:32:17 2019 +0100 (2019-11-14) |
parents | a78610b2eb47 |
children | a7abacf75d6d |
line diff
1.1 --- a/ncursesw-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/ncursesw-dev/receipt Thu Nov 14 10:32:17 2019 +0100 1.3 @@ -1,25 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ncursesw-dev" 1.7 -VERSION="5.9" 1.8 +VERSION="6.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Devel files for the ncursesw library." 1.11 +SHORT_DESC="Development files for the ncursesw library." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html" 1.15 + 1.16 +DEPENDS="ncursesw" # pkg-config 1.17 WANTED="ncursesw" 1.18 -WEB_SITE="https://invisible-island.net/ncurses/" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="ncursesw pkg-config" 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/lib $fs/usr/bin $fs/usr/lib 1.28 - cp -a $install/lib/*.a $fs/lib 1.29 + mkdir -p $fs/lib 1.30 + mkdir -p $fs/usr/bin 1.31 +# mkdir -p $fs/usr/lib 1.32 + 1.33 + cp -a $install/lib/*.a $fs/lib 1.34 # Include files are from the same source than ncuses-dev and work 1.35 # nicely for both. 1.36 - cp -a $install/usr/include $fs/usr 1.37 - cp $install/usr/bin/ncursesw5-config $fs/usr/bin 1.38 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.39 + cp -a $install/usr/include $fs/usr 1.40 + cp $install/usr/bin/ncursesw6-config $fs/usr/bin 1.41 +# cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.42 }