wok annotate ncursesw-dev/receipt @ rev 15566
Up: thunderbird-langpack-sv_SE (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:37:52 2013 +0100 (2013-11-24) |
parents | 70c50cf7bbf2 |
children | 23c3aed67cd9 |
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" |
pankso@4884 | 8 WANTED="ncursesw" |
pankso@4884 | 9 WEB_SITE="http://invisible-island.net/ncurses/" |
pankso@12773 | 10 HOST_ARCH="i486 arm" |
pankso@4884 | 11 |
pankso@4884 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4884 | 13 genpkg_rules() |
pankso@4884 | 14 { |
pankso@4884 | 15 mkdir -p $fs/lib $fs/usr/bin |
pankso@12773 | 16 cp -a $install/lib/*.a $fs/lib |
pankso@12773 | 17 # Include files are from the same source than ncuses-dev and work |
pankso@12773 | 18 # nicely for both. |
pankso@12773 | 19 cp -a $install/usr/include $fs/usr |
pankso@12773 | 20 cp $install/usr/bin/ncursesw5-config $fs/usr/bin |
pankso@4884 | 21 chmod 755 $fs/usr/bin/* |
pankso@4884 | 22 } |