wok annotate ncursesw-dev/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents 4ce52a0b72fd
children 24801b09d2f7
rev   line source
pankso@4884 1 # SliTaz package receipt.
pankso@4884 2
pankso@4884 3 PACKAGE="ncursesw-dev"
Hans-G?nter@23231 4 VERSION="6.2"
pankso@4884 5 CATEGORY="development"
Hans-G?nter@21526 6 SHORT_DESC="Development files for the ncursesw library."
pankso@4884 7 MAINTAINER="pankso@slitaz.org"
pascal@15601 8 LICENSE="MIT"
Hans-G?nter@21526 9 WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html"
Hans-G?nter@21526 10
pascal@24744 11 DEPENDS="ncursesw pkg-config"
pankso@4884 12 WANTED="ncursesw"
Hans-G?nter@21526 13
pankso@12773 14 HOST_ARCH="i486 arm"
pankso@4884 15
pankso@4884 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4884 17 genpkg_rules()
pankso@4884 18 {
Hans-G?nter@21526 19 mkdir -p $fs/lib
Hans-G?nter@21526 20 mkdir -p $fs/usr/bin
pascal@24744 21 mkdir -p $fs/usr/lib
Hans-G?nter@21526 22
Hans-G?nter@21526 23 cp -a $install/lib/*.a $fs/lib
pankso@12773 24 # Include files are from the same source than ncuses-dev and work
pankso@12773 25 # nicely for both.
Hans-G?nter@21526 26 cp -a $install/usr/include $fs/usr
Hans-G?nter@21526 27 cp $install/usr/bin/ncursesw6-config $fs/usr/bin
pascal@24746 28 cp -a $install/usr/share/pkgconfig $fs/usr/lib
pankso@4884 29 }