wok-current view ncursesw-extra/receipt @ rev 6696
Up: inkscape (0.47 => 0.48)
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Wed Oct 13 13:46:46 2010 +0100 (2010-10-13) |
parents | |
children | be13f25e790b |
line source
1 # SliTaz package receipt.
3 PACKAGE="ncursesw-extra"
4 VERSION="5.7"
5 CATEGORY="base-system"
6 SHORT_DESC="Extra files for the ncursesw library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="ncursesw"
9 DEPENDS="ncursesw ncurses-extra"
10 WEB_SITE="http://invisible-island.net/ncurses/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 _pkg=$WOK/$WANTED/ncurses-$VERSION/_pkg
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/bin $fs/usr
18 chmod 755 $fs/usr/bin/*
19 # Remove already provided by other packages
20 rm -f $fs/usr/bin/ncursesw5-config
21 rm -f $fs/usr/bin/clear
22 rm -f $fs/usr/bin/tset
23 rm -f $fs/usr/bin/reset
24 }