wok-6.x annotate ncursesw-extra/receipt @ rev 12773
ncurses*: add to arm pakages (now will try to link ncruses apps again it :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 13 04:31:48 2012 +0200 (2012-05-13) |
parents | 70c50cf7bbf2 |
children | 23c3aed67cd9 |
rev | line source |
---|---|
pankso@4884 | 1 # SliTaz package receipt. |
pankso@4884 | 2 |
pankso@4884 | 3 PACKAGE="ncursesw-extra" |
slaxemulator@9487 | 4 VERSION="5.9" |
pankso@4884 | 5 CATEGORY="base-system" |
pankso@4884 | 6 SHORT_DESC="Extra files for the ncursesw library." |
pankso@4884 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pankso@4884 | 8 WANTED="ncursesw" |
pankso@4884 | 9 DEPENDS="ncursesw ncurses-extra" |
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/usr |
pankso@12773 | 17 cp -a $install/usr/bin $fs/usr |
pankso@4884 | 18 chmod 755 $fs/usr/bin/* |
pankso@12773 | 19 # Remove tools already provided by other packages |
pankso@4884 | 20 rm -f $fs/usr/bin/ncursesw5-config |
pankso@12773 | 21 rm -f $fs/usr/bin/clear |
pankso@4884 | 22 rm -f $fs/usr/bin/tset |
pankso@4884 | 23 rm -f $fs/usr/bin/reset |
pankso@4884 | 24 } |