wok-6.x annotate ncursesw-dev/receipt @ rev 18233
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 12:23:11 2015 +0200 (2015-07-23) |
parents | 23c3aed67cd9 |
children | 1feee7ca564d |
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 { |
pankso@4884 | 18 mkdir -p $fs/lib $fs/usr/bin |
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 |
pankso@4884 | 24 chmod 755 $fs/usr/bin/* |
pankso@4884 | 25 } |