wok annotate ncursesw-dev/receipt @ rev 20669

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 12:26:11 2019 +0100 (2019-01-21)
parents fc9203de5ff2
children 94ece03c2cb1
rev   line source
pankso@4884 1 # SliTaz package receipt.
pankso@4884 2
pankso@4884 3 PACKAGE="ncursesw-dev"
slaxemulator@9487 4 VERSION="5.9"
pankso@4884 5 CATEGORY="development"
pankso@4884 6 SHORT_DESC="Devel files for the ncursesw library."
pankso@4884 7 MAINTAINER="pankso@slitaz.org"
pascal@15601 8 LICENSE="MIT"
pankso@4884 9 WANTED="ncursesw"
pascal@20669 10 WEB_SITE="https://invisible-island.net/ncurses/"
pankso@12773 11 HOST_ARCH="i486 arm"
pankso@4884 12
pascal@19774 13 DEPENDS="ncursesw pkg-config"
pascal@17608 14
pankso@4884 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4884 16 genpkg_rules()
pankso@4884 17 {
al@19542 18 mkdir -p $fs/lib $fs/usr/bin $fs/usr/lib
pankso@12773 19 cp -a $install/lib/*.a $fs/lib
pankso@12773 20 # Include files are from the same source than ncuses-dev and work
pankso@12773 21 # nicely for both.
pankso@12773 22 cp -a $install/usr/include $fs/usr
pankso@12773 23 cp $install/usr/bin/ncursesw5-config $fs/usr/bin
al@19542 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@4884 25 }