wok view ncursesw-extra/receipt @ rev 25811

Up rsync (3.4.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 17 16:05:26 2025 +0000 (11 hours ago)
parents 24801b09d2f7
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://invisible-island.net/ncurses/"
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 }