wok diff ncursesw-extra/receipt @ rev 8597
Remove: ewl (no more into e17 svn)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 05:13:18 2011 +0100 (2011-02-14) |
parents | |
children | be13f25e790b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ncursesw-extra/receipt Mon Feb 14 05:13:18 2011 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ncursesw-extra" 1.7 +VERSION="5.7" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Extra files for the ncursesw library." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WANTED="ncursesw" 1.12 +DEPENDS="ncursesw ncurses-extra" 1.13 +WEB_SITE="http://invisible-island.net/ncurses/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + _pkg=$WOK/$WANTED/ncurses-$VERSION/_pkg 1.19 + mkdir -p $fs/usr 1.20 + cp -a $_pkg/usr/bin $fs/usr 1.21 + chmod 755 $fs/usr/bin/* 1.22 + # Remove already provided by other packages 1.23 + rm -f $fs/usr/bin/ncursesw5-config 1.24 + rm -f $fs/usr/bin/clear 1.25 + rm -f $fs/usr/bin/tset 1.26 + rm -f $fs/usr/bin/reset 1.27 +}