wok-next annotate ncursesw-dev/receipt @ rev 17535
Up openvpn (2.3.6)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Jan 21 17:46:09 2015 -0500 (2015-01-21) |
parents | 7c64b51d0a8c |
children | 0ded2a41e487 |
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 |
pankso@4884 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4884 | 14 genpkg_rules() |
pankso@4884 | 15 { |
pankso@4884 | 16 mkdir -p $fs/lib $fs/usr/bin |
pankso@12773 | 17 cp -a $install/lib/*.a $fs/lib |
pankso@12773 | 18 # Include files are from the same source than ncuses-dev and work |
pankso@12773 | 19 # nicely for both. |
pankso@12773 | 20 cp -a $install/usr/include $fs/usr |
pankso@12773 | 21 cp $install/usr/bin/ncursesw5-config $fs/usr/bin |
pankso@4884 | 22 chmod 755 $fs/usr/bin/* |
pankso@4884 | 23 } |