wok annotate ncursesw-extra/receipt @ rev 20747
Up par2 (0.8.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 10 12:08:41 2019 +0100 (2019-02-10) |
parents | 23c3aed67cd9 |
children | 94ece03c2cb1 |
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" |
pascal@15601 | 8 LICENSE="MIT" |
pankso@4884 | 9 WANTED="ncursesw" |
pankso@4884 | 10 DEPENDS="ncursesw ncurses-extra" |
pascal@20669 | 11 WEB_SITE="https://invisible-island.net/ncurses/" |
pankso@12773 | 12 HOST_ARCH="i486 arm" |
pankso@4884 | 13 |
pankso@4884 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4884 | 15 genpkg_rules() |
pankso@4884 | 16 { |
pankso@4884 | 17 mkdir -p $fs/usr |
pankso@12773 | 18 cp -a $install/usr/bin $fs/usr |
pankso@4884 | 19 chmod 755 $fs/usr/bin/* |
pankso@12773 | 20 # Remove tools already provided by other packages |
pankso@4884 | 21 rm -f $fs/usr/bin/ncursesw5-config |
pankso@12773 | 22 rm -f $fs/usr/bin/clear |
pankso@4884 | 23 rm -f $fs/usr/bin/tset |
pankso@4884 | 24 rm -f $fs/usr/bin/reset |
pankso@4884 | 25 } |