wok annotate ncurses-dev/receipt @ rev 21620

linld: more ram for zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:19:35 2019 +0200 (2019-05-25)
parents 94ece03c2cb1
children a7abacf75d6d
rev   line source
pankso@19 1 # SliTaz package receipt.
pankso@19 2
pankso@19 3 PACKAGE="ncurses-dev"
Hans-G?nter@21526 4 VERSION="6.1"
pankso@199 5 CATEGORY="development"
Hans-G?nter@21526 6 SHORT_DESC="Development files for the ncurses library."
pankso@19 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
Hans-G?nter@21526 11 DEPENDS="ncursesw-dev ncurses libtinfo" # pkg-config
pankso@19 12 WANTED="ncurses"
Hans-G?nter@21526 13
pankso@12773 14 HOST_ARCH="i486 arm"
pankso@12773 15
pankso@19 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@19 17 genpkg_rules()
pankso@19 18 {
Hans-G?nter@21526 19 mkdir -p $fs/lib
Hans-G?nter@21526 20 mkdir -p $fs/usr/bin
Hans-G?nter@21526 21 # mkdir -p $fs/usr/lib
Hans-G?nter@21526 22
Hans-G?nter@21526 23 cp -a $install/lib/*.a $fs/lib
pankso@4884 24 # Use include file from ncursesw-dev
pankso@12773 25 #cp -a $install/usr/include $fs/usr
Hans-G?nter@21527 26 cp $install/usr/bin/ncurses6-config $fs/usr/bin
Hans-G?nter@21526 27 # cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@19 28 }