wok-next annotate ncursesw-extra/receipt @ rev 5260
Up: dillo (2.2)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Apr 14 00:43:25 2010 +0000 (2010-04-14) |
parents | |
children | be13f25e790b |
rev | line source |
---|---|
pankso@4884 | 1 # SliTaz package receipt. |
pankso@4884 | 2 |
pankso@4884 | 3 PACKAGE="ncursesw-extra" |
pankso@4884 | 4 VERSION="5.7" |
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@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 _pkg=$WOK/$WANTED/ncurses-$VERSION/_pkg |
pankso@4884 | 16 mkdir -p $fs/usr |
pankso@4884 | 17 cp -a $_pkg/usr/bin $fs/usr |
pankso@4884 | 18 chmod 755 $fs/usr/bin/* |
pankso@4884 | 19 # Remove already provided by other packages |
pankso@4884 | 20 rm -f $fs/usr/bin/ncursesw5-config |
pankso@4884 | 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 } |