wok view ncursesw-extra/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents a7abacf75d6d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ncursesw-extra"
4 VERSION="6.3"
5 CATEGORY="base-system"
6 SHORT_DESC="Extra files for the ncursesw library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html"
11 DEPENDS="ncurses-extra ncursesw"
12 WANTED="ncursesw"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 chmod 755 $fs/usr/bin/*
23 # Remove tools already provided by other packages
24 rm -f $fs/usr/bin/ncursesw6-config
25 rm -f $fs/usr/bin/clear
26 rm -f $fs/usr/bin/tset
27 rm -f $fs/usr/bin/reset
28 }