wok-6.x annotate ncursesw-dev/receipt @ rev 19566
get-flash-plugin: busybox wget gets https
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Dec 20 01:18:30 2016 -0500 (2016-12-20) |
parents | 0ded2a41e487 |
children | fc9203de5ff2 |
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" |
pankso@4884 | 10 WEB_SITE="http://invisible-island.net/ncurses/" |
pankso@12773 | 11 HOST_ARCH="i486 arm" |
pankso@4884 | 12 |
pascal@17608 | 13 DEPENDS="ncursesw" |
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 } |