wok view ncursesw-extra/receipt @ rev 17150
Add frox
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 10 18:26:08 2014 +0200 (2014-09-10) |
parents | 7c64b51d0a8c |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ncursesw-extra"
4 VERSION="5.9"
5 CATEGORY="base-system"
6 SHORT_DESC="Extra files for the ncursesw library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WANTED="ncursesw"
10 DEPENDS="ncursesw ncurses-extra"
11 WEB_SITE="http://invisible-island.net/ncurses/"
12 HOST_ARCH="i486 arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 chmod 755 $fs/usr/bin/*
20 # Remove tools already provided by other packages
21 rm -f $fs/usr/bin/ncursesw5-config
22 rm -f $fs/usr/bin/clear
23 rm -f $fs/usr/bin/tset
24 rm -f $fs/usr/bin/reset
25 }